Html Css Color HEX #063143 Blue Whale

📋 copy color: '#063143'

red 6 ◦ green 49 ◦ blue 67

#063143
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #063143

Tints of Blue Whale #063143

RGB

 RED value IS 6 (2.73% from 255) = 4.92%

 GREEN value IS 49 (19.53% from 255) = 40.16%

 BLUE value IS 67 (26.56% from 255) = 54.92%

R = 4.92%
G = 40.16%
B = 54.92%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#063143 (or 0x063143) is known color: Blue Whale. HEX triplet: 06, 31 and 43. RGB value is (6,49,67). Sum of RGB (Red+Green+Blue) = 6+49+67=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #063143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063143 is #F9CEBC. Grayscale: #262626. Windows color (decimal): -16371389 or 4403462. OLE color: 4403462.

HSL color Cylindrical-coordinate representation of color #063143: hue angle of 197.7º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063143 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 49 67 -
CMYK 0.91 0.27 0 0.74
HSL 197.7º 0.84% 0.14% -
HSV(B) 197.7º 0.91% 0.26% -
XYZ 2.19 2.64 5.7 -
YUV 38.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 6 49 67 0.91 0.27 0 0.74 197.7 0.84 0.14
Hex 6 31 43 5B 1B 0 4A C6 54 E
Octal 6 61 103 133 33 0 112 306 124 16
Binary 110 110001 1000011 1011011 11011 0 1001010 11000110 1010100 1110

Color Harmonies of #063143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063143

Black with #063143

Text Example


Text Example

White with #063143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063143; }

 p { color: rgb(6,49,67); }

 H1.HeaderClassName
 {
   color: #063143;
 }
 .AnyTagClassName
 {
   color: #063143;
 }
</style>

background-color css

<style>
 a { background-color: #063143; }

 a { background-color: rgb(6,49,67); }

 div.DivClassName
 {
   background-color: #063143;
 }
 .BgClassName
 {
   background-color: #063143;
 }
</style>

border-color css

<style>
 span { border-color: #063143; }

 span { border-color: rgb(6,49,67); }

 td.TdClassName
 {
   border-color: #063143;
 }
 .TagClassName
 {
   border-color: #063143;
 }
</style>