Html Css Color HEX #06285C Sapphire

📋 copy color: '#06285C'

red 6 ◦ green 40 ◦ blue 92

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

Shades of Sapphire #06285C

Tints of Sapphire #06285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.99%

 BLUE value IS 92 (36.33% from 255) = 66.67%

R = 4.35%
G = 28.99%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06285C (or 0x06285C) is known color: Sapphire. HEX triplet: 06, 28 and 5C. RGB value is (6,40,92). Sum of RGB (Red+Green+Blue) = 6+40+92=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #06285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06285C is #F9D7A3. Grayscale: #232323. Windows color (decimal): -16373668 or 6039558. OLE color: 6039558.

HSL color Cylindrical-coordinate representation of color #06285C: hue angle of 216.28º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06285C is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 40 92 -
CMYK 0.93 0.57 0 0.64
HSL 216.28º 0.88% 0.19% -
HSV(B) 216.28º 0.93% 0.36% -
XYZ 2.77 2.33 10.43 -
YUV 35.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 6 40 92 0.93 0.57 0 0.64 216.28 0.88 0.19
Hex 6 28 5C 5D 39 0 40 D8 58 13
Octal 6 50 134 135 71 0 100 330 130 23
Binary 110 101000 1011100 1011101 111001 0 1000000 11011000 1011000 10011

Color Harmonies of #06285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06285C

Black with #06285C

Text Example


Text Example

White with #06285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06285C; }

 p { color: rgb(6,40,92); }

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

background-color css

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

 a { background-color: rgb(6,40,92); }

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

border-color css

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

 span { border-color: rgb(6,40,92); }

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