Html Css Color HEX #062068 Sapphire

📋 copy color: '#062068'

red 6 ◦ green 32 ◦ blue 104

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

Shades of Sapphire #062068

Tints of Sapphire #062068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 73.24%

R = 4.23%
G = 22.54%
B = 73.24%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#062068 (or 0x062068) is known color: Sapphire. HEX triplet: 06, 20 and 68. RGB value is (6,32,104). Sum of RGB (Red+Green+Blue) = 6+32+104=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #062068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062068 is #F9DF97. Grayscale: #202020. Windows color (decimal): -16375704 or 6823942. OLE color: 6823942.

HSL color Cylindrical-coordinate representation of color #062068: hue angle of 224.08º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062068 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 32 104 -
CMYK 0.94 0.69 0 0.59
HSL 224.08º 0.89% 0.22% -
HSV(B) 224.08º 0.94% 0.41% -
XYZ 3.09 2.07 13.33 -
YUV 32.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 6 32 104 0.94 0.69 0 0.59 224.08 0.89 0.22
Hex 6 20 68 5E 45 0 3B E0 59 16
Octal 6 40 150 136 105 0 73 340 131 26
Binary 110 100000 1101000 1011110 1000101 0 111011 11100000 1011001 10110

Color Harmonies of #062068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062068

Black with #062068

Text Example


Text Example

White with #062068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062068; }

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

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

background-color css

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

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

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

border-color css

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

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

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