Html Css Color HEX #062F3F Blue Whale

📋 copy color: '#062F3F'

red 6 ◦ green 47 ◦ blue 63

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

Shades of Blue Whale #062F3F

Tints of Blue Whale #062F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 40.52%

 BLUE value IS 63 (25% from 255) = 54.31%

R = 5.17%
G = 40.52%
B = 54.31%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062F3F (or 0x062F3F) is known color: Blue Whale. HEX triplet: 06, 2F and 3F. RGB value is (6,47,63). Sum of RGB (Red+Green+Blue) = 6+47+63=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #062F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F3F is #F9D0C0. Grayscale: #242424. Windows color (decimal): -16371905 or 4140806. OLE color: 4140806.

HSL color Cylindrical-coordinate representation of color #062F3F: hue angle of 196.84º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #062F3F is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 47 63 -
CMYK 0.90 0.25 0 0.75
HSL 196.84º 0.83% 0.14% -
HSV(B) 196.84º 0.9% 0.25% -
XYZ 1.99 2.43 5.07 -
YUV 36.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 6 47 63 0.90 0.25 0 0.75 196.84 0.83 0.14
Hex 6 2F 3F 5A 19 0 4B C5 53 E
Octal 6 57 77 132 31 0 113 305 123 16
Binary 110 101111 111111 1011010 11001 0 1001011 11000101 1010011 1110

Color Harmonies of #062F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F3F

Black with #062F3F

Text Example


Text Example

White with #062F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062F3F; }

 p { color: rgb(6,47,63); }

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

background-color css

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

 a { background-color: rgb(6,47,63); }

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

border-color css

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

 span { border-color: rgb(6,47,63); }

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