Html Css Color HEX #06354E Blue Whale

📋 copy color: '#06354E'

red 6 ◦ green 53 ◦ blue 78

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

Shades of Blue Whale #06354E

Tints of Blue Whale #06354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.69%

 BLUE value IS 78 (30.86% from 255) = 56.93%

R = 4.38%
G = 38.69%
B = 56.93%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#06354E (or 0x06354E) is known color: Blue Whale. HEX triplet: 06, 35 and 4E. RGB value is (6,53,78). Sum of RGB (Red+Green+Blue) = 6+53+78=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #06354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06354E is #F9CAB1. Grayscale: #292929. Windows color (decimal): -16370354 or 5125382. OLE color: 5125382.

HSL color Cylindrical-coordinate representation of color #06354E: hue angle of 200.83º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06354E is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 53 78 -
CMYK 0.92 0.32 0 0.69
HSL 200.83º 0.86% 0.16% -
HSV(B) 200.83º 0.92% 0.31% -
XYZ 2.72 3.13 7.67 -
YUV 41.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 6 53 78 0.92 0.32 0 0.69 200.83 0.86 0.16
Hex 6 35 4E 5C 20 0 45 C9 56 10
Octal 6 65 116 134 40 0 105 311 126 20
Binary 110 110101 1001110 1011100 100000 0 1000101 11001001 1010110 10000

Color Harmonies of #06354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06354E

Black with #06354E

Text Example


Text Example

White with #06354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06354E; }

 p { color: rgb(6,53,78); }

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

background-color css

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

 a { background-color: rgb(6,53,78); }

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

border-color css

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

 span { border-color: rgb(6,53,78); }

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