Html Css Color HEX #06275F Sapphire

📋 copy color: '#06275F'

red 6 ◦ green 39 ◦ blue 95

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

Shades of Sapphire #06275F

Tints of Sapphire #06275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 67.86%

R = 4.29%
G = 27.86%
B = 67.86%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06275F (or 0x06275F) is known color: Sapphire. HEX triplet: 06, 27 and 5F. RGB value is (6,39,95). Sum of RGB (Red+Green+Blue) = 6+39+95=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #06275F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06275F is #F9D8A0. Grayscale: #232323. Windows color (decimal): -16373921 or 6235910. OLE color: 6235910.

HSL color Cylindrical-coordinate representation of color #06275F: hue angle of 217.75º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06275F is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 39 95 -
CMYK 0.94 0.59 0 0.63
HSL 217.75º 0.88% 0.2% -
HSV(B) 217.75º 0.94% 0.37% -
XYZ 2.87 2.32 11.12 -
YUV 35.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 6 39 95 0.94 0.59 0 0.63 217.75 0.88 0.2
Hex 6 27 5F 5E 3B 0 3F DA 58 14
Octal 6 47 137 136 73 0 77 332 130 24
Binary 110 100111 1011111 1011110 111011 0 111111 11011010 1011000 10100

Color Harmonies of #06275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06275F

Black with #06275F

Text Example


Text Example

White with #06275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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