Html Css Color HEX #063447 Blue Whale

📋 copy color: '#063447'

red 6 ◦ green 52 ◦ blue 71

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

Shades of Blue Whale #063447

Tints of Blue Whale #063447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.31%

 BLUE value IS 71 (28.13% from 255) = 55.04%

R = 4.65%
G = 40.31%
B = 55.04%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#063447 (or 0x063447) is known color: Blue Whale. HEX triplet: 06, 34 and 47. RGB value is (6,52,71). Sum of RGB (Red+Green+Blue) = 6+52+71=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #063447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063447 is #F9CBB8. Grayscale: #282828. Windows color (decimal): -16370617 or 4666374. OLE color: 4666374.

HSL color Cylindrical-coordinate representation of color #063447: hue angle of 197.54º degrees, saturation: 0.84, 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 #063447 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 52 71 -
CMYK 0.92 0.27 0 0.72
HSL 197.54º 0.84% 0.15% -
HSV(B) 197.54º 0.92% 0.28% -
XYZ 2.44 2.95 6.4 -
YUV 40.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 6 52 71 0.92 0.27 0 0.72 197.54 0.84 0.15
Hex 6 34 47 5C 1B 0 48 C6 54 F
Octal 6 64 107 134 33 0 110 306 124 17
Binary 110 110100 1000111 1011100 11011 0 1001000 11000110 1010100 1111

Color Harmonies of #063447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063447

Black with #063447

Text Example


Text Example

White with #063447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063447; }

 p { color: rgb(6,52,71); }

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

background-color css

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

 a { background-color: rgb(6,52,71); }

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

border-color css

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

 span { border-color: rgb(6,52,71); }

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