Html Css Color HEX #063648 Blue Whale

📋 copy color: '#063648'

red 6 ◦ green 54 ◦ blue 72

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

Shades of Blue Whale #063648

Tints of Blue Whale #063648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

 BLUE value IS 72 (28.52% from 255) = 54.55%

R = 4.55%
G = 40.91%
B = 54.55%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#063648 (or 0x063648) is known color: Blue Whale. HEX triplet: 06, 36 and 48. RGB value is (6,54,72). Sum of RGB (Red+Green+Blue) = 6+54+72=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #063648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063648 is #F9C9B7. Grayscale: #292929. Windows color (decimal): -16370104 or 4732422. OLE color: 4732422.

HSL color Cylindrical-coordinate representation of color #063648: hue angle of 196.36º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063648 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 54 72 -
CMYK 0.92 0.25 0 0.72
HSL 196.36º 0.85% 0.15% -
HSV(B) 196.36º 0.92% 0.28% -
XYZ 2.56 3.14 6.6 -
YUV 41.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 6 54 72 0.92 0.25 0 0.72 196.36 0.85 0.15
Hex 6 36 48 5C 19 0 48 C4 55 F
Octal 6 66 110 134 31 0 110 304 125 17
Binary 110 110110 1001000 1011100 11001 0 1001000 11000100 1010101 1111

Color Harmonies of #063648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063648

Black with #063648

Text Example


Text Example

White with #063648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063648; }

 p { color: rgb(6,54,72); }

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

background-color css

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

 a { background-color: rgb(6,54,72); }

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

border-color css

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

 span { border-color: rgb(6,54,72); }

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