Html Css Color HEX #06204B Sapphire

📋 copy color: '#06204B'

red 6 ◦ green 32 ◦ blue 75

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

Shades of Sapphire #06204B

Tints of Sapphire #06204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.32%

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

R = 5.31%
G = 28.32%
B = 66.37%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06204B (or 0x06204B) is known color: Sapphire. HEX triplet: 06, 20 and 4B. RGB value is (6,32,75). Sum of RGB (Red+Green+Blue) = 6+32+75=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #06204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06204B is #F9DFB4. Grayscale: #1C1C1C. Windows color (decimal): -16375733 or 4923398. OLE color: 4923398.

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

Color convert

RGB 6 32 75 -
CMYK 0.92 0.57 0 0.71
HSL 217.39º 0.85% 0.16% -
HSV(B) 217.39º 0.92% 0.29% -
XYZ 1.86 1.58 6.86 -
YUV 29.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 6 32 75 0.92 0.57 0 0.71 217.39 0.85 0.16
Hex 6 20 4B 5C 39 0 47 D9 55 10
Octal 6 40 113 134 71 0 107 331 125 20
Binary 110 100000 1001011 1011100 111001 0 1000111 11011001 1010101 10000

Color Harmonies of #06204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06204B

Black with #06204B

Text Example


Text Example

White with #06204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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