Html Css Color HEX #06334B Blue Whale

📋 copy color: '#06334B'

red 6 ◦ green 51 ◦ blue 75

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

Shades of Blue Whale #06334B

Tints of Blue Whale #06334B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 56.82%

R = 4.55%
G = 38.64%
B = 56.82%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06334B (or 0x06334B) is known color: Blue Whale. HEX triplet: 06, 33 and 4B. RGB value is (6,51,75). Sum of RGB (Red+Green+Blue) = 6+51+75=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #06334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06334B is #F9CCB4. Grayscale: #282828. Windows color (decimal): -16370869 or 4928262. OLE color: 4928262.

HSL color Cylindrical-coordinate representation of color #06334B: hue angle of 200.87º 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 #06334B is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 51 75 -
CMYK 0.92 0.32 0 0.71
HSL 200.87º 0.85% 0.16% -
HSV(B) 200.87º 0.92% 0.29% -
XYZ 2.53 2.91 7.09 -
YUV 40.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 6 51 75 0.92 0.32 0 0.71 200.87 0.85 0.16
Hex 6 33 4B 5C 20 0 47 C9 55 10
Octal 6 63 113 134 40 0 107 311 125 20
Binary 110 110011 1001011 1011100 100000 0 1000111 11001001 1010101 10000

Color Harmonies of #06334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06334B

Black with #06334B

Text Example


Text Example

White with #06334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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