Html Css Color HEX #061654 Sapphire

📋 copy color: '#061654'

red 6 ◦ green 22 ◦ blue 84

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

Shades of Sapphire #061654

Tints of Sapphire #061654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 75%

R = 5.36%
G = 19.64%
B = 75%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#061654 (or 0x061654) is known color: Sapphire. HEX triplet: 06, 16 and 54. RGB value is (6,22,84). Sum of RGB (Red+Green+Blue) = 6+22+84=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #061654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061654 is #F9E9AB. Grayscale: #181818. Windows color (decimal): -16378284 or 5510662. OLE color: 5510662.

HSL color Cylindrical-coordinate representation of color #061654: hue angle of 227.69º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061654 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 22 84 -
CMYK 0.93 0.74 0 0.67
HSL 227.69º 0.87% 0.18% -
HSV(B) 227.69º 0.93% 0.33% -
XYZ 1.96 1.25 8.53 -
YUV 24.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 6 22 84 0.93 0.74 0 0.67 227.69 0.87 0.18
Hex 6 16 54 5D 4A 0 43 E4 57 12
Octal 6 26 124 135 112 0 103 344 127 22
Binary 110 10110 1010100 1011101 1001010 0 1000011 11100100 1010111 10010

Color Harmonies of #061654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061654

Black with #061654

Text Example


Text Example

White with #061654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061654; }

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

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

background-color css

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

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

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

border-color css

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

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

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