Html Css Color HEX #06334A Blue Whale

📋 copy color: '#06334A'

red 6 ◦ green 51 ◦ blue 74

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

Shades of Blue Whale #06334A

Tints of Blue Whale #06334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.93%

 BLUE value IS 74 (29.3% from 255) = 56.49%

R = 4.58%
G = 38.93%
B = 56.49%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06334A (or 0x06334A) is known color: Blue Whale. HEX triplet: 06, 33 and 4A. RGB value is (6,51,74). Sum of RGB (Red+Green+Blue) = 6+51+74=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #06334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06334A is #F9CCB5. Grayscale: #282828. Windows color (decimal): -16370870 or 4862726. OLE color: 4862726.

HSL color Cylindrical-coordinate representation of color #06334A: hue angle of 200.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06334A is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 51 74 -
CMYK 0.92 0.31 0 0.71
HSL 200.29º 0.85% 0.16% -
HSV(B) 200.29º 0.92% 0.29% -
XYZ 2.49 2.9 6.91 -
YUV 40.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 6 51 74 0.92 0.31 0 0.71 200.29 0.85 0.16
Hex 6 33 4A 5C 1F 0 47 C8 55 10
Octal 6 63 112 134 37 0 107 310 125 20
Binary 110 110011 1001010 1011100 11111 0 1000111 11001000 1010101 10000

Color Harmonies of #06334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06334A

Black with #06334A

Text Example


Text Example

White with #06334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06334A; }

 p { color: rgb(6,51,74); }

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

background-color css

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

 a { background-color: rgb(6,51,74); }

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

border-color css

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

 span { border-color: rgb(6,51,74); }

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