Html Css Color HEX #06207C Sapphire

📋 copy color: '#06207C'

red 6 ◦ green 32 ◦ blue 124

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

Shades of Sapphire #06207C

Tints of Sapphire #06207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 76.54%

R = 3.7%
G = 19.75%
B = 76.54%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06207C (or 0x06207C) is known color: Sapphire. HEX triplet: 06, 20 and 7C. RGB value is (6,32,124). Sum of RGB (Red+Green+Blue) = 6+32+124=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #06207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06207C is #F9DF83. Grayscale: #222222. Windows color (decimal): -16375684 or 8134662. OLE color: 8134662.

HSL color Cylindrical-coordinate representation of color #06207C: hue angle of 226.78º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06207C is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 32 124 -
CMYK 0.95 0.74 0 0.51
HSL 226.78º 0.91% 0.25% -
HSV(B) 226.78º 0.95% 0.49% -
XYZ 4.23 2.53 19.33 -
YUV 34.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 6 32 124 0.95 0.74 0 0.51 226.78 0.91 0.25
Hex 6 20 7C 5F 4A 0 33 E3 5B 19
Octal 6 40 174 137 112 0 63 343 133 31
Binary 110 100000 1111100 1011111 1001010 0 110011 11100011 1011011 11001

Color Harmonies of #06207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06207C

Black with #06207C

Text Example


Text Example

White with #06207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06207C; }

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

 H1.HeaderClassName
 {
   color: #06207C;
 }
 .AnyTagClassName
 {
   color: #06207C;
 }
</style>

background-color css

<style>
 a { background-color: #06207C; }

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

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

border-color css

<style>
 span { border-color: #06207C; }

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

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