Html Css Color HEX #062E46 Blue Whale

📋 copy color: '#062E46'

red 6 ◦ green 46 ◦ blue 70

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

Shades of Blue Whale #062E46

Tints of Blue Whale #062E46

RGB

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

 GREEN value IS 46 (18.36% from 255) = 37.7%

 BLUE value IS 70 (27.73% from 255) = 57.38%

R = 4.92%
G = 37.7%
B = 57.38%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#062E46 (or 0x062E46) is known color: Blue Whale. HEX triplet: 06, 2E and 46. RGB value is (6,46,70). Sum of RGB (Red+Green+Blue) = 6+46+70=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #062E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E46 is #F9D1B9. Grayscale: #242424. Windows color (decimal): -16372154 or 4599302. OLE color: 4599302.

HSL color Cylindrical-coordinate representation of color #062E46: hue angle of 202.5º 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 #062E46 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 46 70 -
CMYK 0.91 0.34 0 0.73
HSL 202.5º 0.84% 0.15% -
HSV(B) 202.5º 0.91% 0.27% -
XYZ 2.16 2.43 6.15 -
YUV 36.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 6 46 70 0.91 0.34 0 0.73 202.5 0.84 0.15
Hex 6 2E 46 5B 22 0 49 CA 54 F
Octal 6 56 106 133 42 0 111 312 124 17
Binary 110 101110 1000110 1011011 100010 0 1001001 11001010 1010100 1111

Color Harmonies of #062E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E46

Black with #062E46

Text Example


Text Example

White with #062E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,46,70); }

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

background-color css

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

 a { background-color: rgb(6,46,70); }

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

border-color css

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

 span { border-color: rgb(6,46,70); }

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