Html Css Color HEX #062466 Sapphire

📋 copy color: '#062466'

red 6 ◦ green 36 ◦ blue 102

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

Shades of Sapphire #062466

Tints of Sapphire #062466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25%

 BLUE value IS 102 (40.23% from 255) = 70.83%

R = 4.17%
G = 25%
B = 70.83%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#062466 (or 0x062466) is known color: Sapphire. HEX triplet: 06, 24 and 66. RGB value is (6,36,102). Sum of RGB (Red+Green+Blue) = 6+36+102=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #062466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062466 is #F9DB99. Grayscale: #222222. Windows color (decimal): -16374682 or 6693894. OLE color: 6693894.

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

Color convert

RGB 6 36 102 -
CMYK 0.94 0.65 0 0.6
HSL 221.25º 0.89% 0.21% -
HSV(B) 221.25º 0.94% 0.4% -
XYZ 3.1 2.26 12.84 -
YUV 34.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 6 36 102 0.94 0.65 0 0.6 221.25 0.89 0.21
Hex 6 24 66 5E 41 0 3C DD 59 15
Octal 6 44 146 136 101 0 74 335 131 25
Binary 110 100100 1100110 1011110 1000001 0 111100 11011101 1011001 10101

Color Harmonies of #062466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062466

Black with #062466

Text Example


Text Example

White with #062466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062466; }

 p { color: rgb(6,36,102); }

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

background-color css

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

 a { background-color: rgb(6,36,102); }

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

border-color css

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

 span { border-color: rgb(6,36,102); }

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