Html Css Color HEX #062267 Sapphire

📋 copy color: '#062267'

red 6 ◦ green 34 ◦ blue 103

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

Shades of Sapphire #062267

Tints of Sapphire #062267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 72.03%

R = 4.2%
G = 23.78%
B = 72.03%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#062267 (or 0x062267) is known color: Sapphire. HEX triplet: 06, 22 and 67. RGB value is (6,34,103). Sum of RGB (Red+Green+Blue) = 6+34+103=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #062267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062267 is #F9DD98. Grayscale: #212121. Windows color (decimal): -16375193 or 6758918. OLE color: 6758918.

HSL color Cylindrical-coordinate representation of color #062267: hue angle of 222.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062267 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 34 103 -
CMYK 0.94 0.67 0 0.60
HSL 222.68º 0.89% 0.21% -
HSV(B) 222.68º 0.94% 0.4% -
XYZ 3.1 2.16 13.09 -
YUV 33.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 6 34 103 0.94 0.67 0 0.60 222.68 0.89 0.21
Hex 6 22 67 5E 43 0 3C DF 59 15
Octal 6 42 147 136 103 0 74 337 131 25
Binary 110 100010 1100111 1011110 1000011 0 111100 11011111 1011001 10101

Color Harmonies of #062267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062267

Black with #062267

Text Example


Text Example

White with #062267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062267; }

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

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

background-color css

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

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

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

border-color css

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

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

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