Html Css Color HEX #062675 Sapphire

📋 copy color: '#062675'

red 6 ◦ green 38 ◦ blue 117

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

Shades of Sapphire #062675

Tints of Sapphire #062675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.6%

 BLUE value IS 117 (46.09% from 255) = 72.67%

R = 3.73%
G = 23.6%
B = 72.67%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#062675 (or 0x062675) is known color: Sapphire. HEX triplet: 06, 26 and 75. RGB value is (6,38,117). Sum of RGB (Red+Green+Blue) = 6+38+117=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #062675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062675 is #F9D98A. Grayscale: #252525. Windows color (decimal): -16374155 or 7677446. OLE color: 7677446.

HSL color Cylindrical-coordinate representation of color #062675: hue angle of 222.7º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062675 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 38 117 -
CMYK 0.95 0.68 0 0.54
HSL 222.7º 0.9% 0.24% -
HSV(B) 222.7º 0.95% 0.46% -
XYZ 3.98 2.71 17.14 -
YUV 37.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 6 38 117 0.95 0.68 0 0.54 222.7 0.9 0.24
Hex 6 26 75 5F 44 0 36 DF 5A 18
Octal 6 46 165 137 104 0 66 337 132 30
Binary 110 100110 1110101 1011111 1000100 0 110110 11011111 1011010 11000

Color Harmonies of #062675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062675

Black with #062675

Text Example


Text Example

White with #062675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062675; }

 p { color: rgb(6,38,117); }

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

background-color css

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

 a { background-color: rgb(6,38,117); }

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

border-color css

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

 span { border-color: rgb(6,38,117); }

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