Html Css Color HEX #062260 Sapphire

📋 copy color: '#062260'

red 6 ◦ green 34 ◦ blue 96

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

Shades of Sapphire #062260

Tints of Sapphire #062260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25%

 BLUE value IS 96 (37.89% from 255) = 70.59%

R = 4.41%
G = 25%
B = 70.59%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062260 (or 0x062260) is known color: Sapphire. HEX triplet: 06, 22 and 60. RGB value is (6,34,96). Sum of RGB (Red+Green+Blue) = 6+34+96=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #062260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062260 is #F9DD9F. Grayscale: #202020. Windows color (decimal): -16375200 or 6300166. OLE color: 6300166.

HSL color Cylindrical-coordinate representation of color #062260: hue angle of 221.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062260 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 34 96 -
CMYK 0.94 0.65 0 0.62
HSL 221.33º 0.88% 0.2% -
HSV(B) 221.33º 0.94% 0.38% -
XYZ 2.76 2.03 11.31 -
YUV 32.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 6 34 96 0.94 0.65 0 0.62 221.33 0.88 0.2
Hex 6 22 60 5E 41 0 3E DD 58 14
Octal 6 42 140 136 101 0 76 335 130 24
Binary 110 100010 1100000 1011110 1000001 0 111110 11011101 1011000 10100

Color Harmonies of #062260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062260

Black with #062260

Text Example


Text Example

White with #062260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062260; }

 p { color: rgb(6,34,96); }

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

background-color css

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

 a { background-color: rgb(6,34,96); }

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

border-color css

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

 span { border-color: rgb(6,34,96); }

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