Html Css Color HEX #062F3D Blue Whale

📋 copy color: '#062F3D'

red 6 ◦ green 47 ◦ blue 61

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

Shades of Blue Whale #062F3D

Tints of Blue Whale #062F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 53.51%

R = 5.26%
G = 41.23%
B = 53.51%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#062F3D (or 0x062F3D) is known color: Blue Whale. HEX triplet: 06, 2F and 3D. RGB value is (6,47,61). Sum of RGB (Red+Green+Blue) = 6+47+61=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #062F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F3D is #F9D0C2. Grayscale: #242424. Windows color (decimal): -16371907 or 4009734. OLE color: 4009734.

HSL color Cylindrical-coordinate representation of color #062F3D: hue angle of 195.27º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #062F3D is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 47 61 -
CMYK 0.90 0.23 0 0.76
HSL 195.27º 0.82% 0.13% -
HSV(B) 195.27º 0.9% 0.24% -
XYZ 1.93 2.41 4.78 -
YUV 36.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 6 47 61 0.90 0.23 0 0.76 195.27 0.82 0.13
Hex 6 2F 3D 5A 17 0 4C C3 52 D
Octal 6 57 75 132 27 0 114 303 122 15
Binary 110 101111 111101 1011010 10111 0 1001100 11000011 1010010 1101

Color Harmonies of #062F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F3D

Black with #062F3D

Text Example


Text Example

White with #062F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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