Html Css Color HEX #061668 Sapphire

📋 copy color: '#061668'

red 6 ◦ green 22 ◦ blue 104

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

Shades of Sapphire #061668

Tints of Sapphire #061668

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.67%

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

R = 4.55%
G = 16.67%
B = 78.79%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#061668 (or 0x061668) is known color: Sapphire. HEX triplet: 06, 16 and 68. RGB value is (6,22,104). Sum of RGB (Red+Green+Blue) = 6+22+104=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #061668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061668 is #F9E997. Grayscale: #1A1A1A. Windows color (decimal): -16378264 or 6821382. OLE color: 6821382.

HSL color Cylindrical-coordinate representation of color #061668: hue angle of 230.2º 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 #061668 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 22 104 -
CMYK 0.94 0.79 0 0.59
HSL 230.2º 0.89% 0.22% -
HSV(B) 230.2º 0.94% 0.41% -
XYZ 2.86 1.61 13.26 -
YUV 26.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 6 22 104 0.94 0.79 0 0.59 230.2 0.89 0.22
Hex 6 16 68 5E 4F 0 3B E6 59 16
Octal 6 26 150 136 117 0 73 346 131 26
Binary 110 10110 1101000 1011110 1001111 0 111011 11100110 1011001 10110

Color Harmonies of #061668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061668

Black with #061668

Text Example


Text Example

White with #061668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061668; }

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

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

background-color css

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

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

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

border-color css

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

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

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