Html Css Color HEX #062762 Sapphire

📋 copy color: '#062762'

red 6 ◦ green 39 ◦ blue 98

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

Shades of Sapphire #062762

Tints of Sapphire #062762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

 BLUE value IS 98 (38.67% from 255) = 68.53%

R = 4.2%
G = 27.27%
B = 68.53%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062762 (or 0x062762) is known color: Sapphire. HEX triplet: 06, 27 and 62. RGB value is (6,39,98). Sum of RGB (Red+Green+Blue) = 6+39+98=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #062762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062762 is #F9D89D. Grayscale: #232323. Windows color (decimal): -16373918 or 6432518. OLE color: 6432518.

HSL color Cylindrical-coordinate representation of color #062762: hue angle of 218.48º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062762 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 39 98 -
CMYK 0.94 0.60 0 0.62
HSL 218.48º 0.88% 0.2% -
HSV(B) 218.48º 0.94% 0.38% -
XYZ 3.01 2.37 11.85 -
YUV 35.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 6 39 98 0.94 0.60 0 0.62 218.48 0.88 0.2
Hex 6 27 62 5E 3C 0 3E DA 58 14
Octal 6 47 142 136 74 0 76 332 130 24
Binary 110 100111 1100010 1011110 111100 0 111110 11011010 1011000 10100

Color Harmonies of #062762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062762

Black with #062762

Text Example


Text Example

White with #062762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062762; }

 p { color: rgb(6,39,98); }

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

background-color css

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

 a { background-color: rgb(6,39,98); }

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

border-color css

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

 span { border-color: rgb(6,39,98); }

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