Html Css Color HEX #063144 Blue Whale

📋 copy color: '#063144'

red 6 ◦ green 49 ◦ blue 68

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

Shades of Blue Whale #063144

Tints of Blue Whale #063144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 55.28%

R = 4.88%
G = 39.84%
B = 55.28%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#063144 (or 0x063144) is known color: Blue Whale. HEX triplet: 06, 31 and 44. RGB value is (6,49,68). Sum of RGB (Red+Green+Blue) = 6+49+68=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #063144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063144 is #F9CEBB. Grayscale: #262626. Windows color (decimal): -16371388 or 4468998. OLE color: 4468998.

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

Color convert

RGB 6 49 68 -
CMYK 0.91 0.28 0 0.73
HSL 198.39º 0.84% 0.15% -
HSV(B) 198.39º 0.91% 0.27% -
XYZ 2.22 2.65 5.86 -
YUV 38.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 6 49 68 0.91 0.28 0 0.73 198.39 0.84 0.15
Hex 6 31 44 5B 1C 0 49 C6 54 F
Octal 6 61 104 133 34 0 111 306 124 17
Binary 110 110001 1000100 1011011 11100 0 1001001 11000110 1010100 1111

Color Harmonies of #063144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063144

Black with #063144

Text Example


Text Example

White with #063144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063144; }

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

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

background-color css

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

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

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

border-color css

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

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

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