Html Css Color HEX #062655 Sapphire

📋 copy color: '#062655'

red 6 ◦ green 38 ◦ blue 85

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

Shades of Sapphire #062655

Tints of Sapphire #062655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 65.89%

R = 4.65%
G = 29.46%
B = 65.89%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#062655 (or 0x062655) is known color: Sapphire. HEX triplet: 06, 26 and 55. RGB value is (6,38,85). Sum of RGB (Red+Green+Blue) = 6+38+85=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 85 (33.59% from 255 or 65.89% from 129); Max value from RGB is 85 - color contains mainly: blue. Hex color #062655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062655 is #F9D9AA. Grayscale: #212121. Windows color (decimal): -16374187 or 5580294. OLE color: 5580294.

HSL color Cylindrical-coordinate representation of color #062655: hue angle of 215.7º 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 #062655 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 38 85 -
CMYK 0.93 0.55 0 0.67
HSL 215.7º 0.87% 0.18% -
HSV(B) 215.7º 0.93% 0.33% -
XYZ 2.41 2.08 8.87 -
YUV 33.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 6 38 85 0.93 0.55 0 0.67 215.7 0.87 0.18
Hex 6 26 55 5D 37 0 43 D8 57 12
Octal 6 46 125 135 67 0 103 330 127 22
Binary 110 100110 1010101 1011101 110111 0 1000011 11011000 1010111 10010

Color Harmonies of #062655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062655

Black with #062655

Text Example


Text Example

White with #062655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062655; }

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

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

background-color css

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

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

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

border-color css

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

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

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