Html Css Color HEX #061652 Sapphire

📋 copy color: '#061652'

red 6 ◦ green 22 ◦ blue 82

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

Shades of Sapphire #061652

Tints of Sapphire #061652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 74.55%

R = 5.45%
G = 20%
B = 74.55%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#061652 (or 0x061652) is known color: Sapphire. HEX triplet: 06, 16 and 52. RGB value is (6,22,82). Sum of RGB (Red+Green+Blue) = 6+22+82=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #061652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061652 is #F9E9AD. Grayscale: #171717. Windows color (decimal): -16378286 or 5379590. OLE color: 5379590.

HSL color Cylindrical-coordinate representation of color #061652: hue angle of 227.37º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061652 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 22 82 -
CMYK 0.93 0.73 0 0.68
HSL 227.37º 0.86% 0.17% -
HSV(B) 227.37º 0.93% 0.32% -
XYZ 1.89 1.22 8.12 -
YUV 24.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 6 22 82 0.93 0.73 0 0.68 227.37 0.86 0.17
Hex 6 16 52 5D 49 0 44 E3 56 11
Octal 6 26 122 135 111 0 104 343 126 21
Binary 110 10110 1010010 1011101 1001001 0 1000100 11100011 1010110 10001

Color Harmonies of #061652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061652

Black with #061652

Text Example


Text Example

White with #061652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061652; }

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

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

background-color css

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

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

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

border-color css

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

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

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