Html Css Color HEX #06226C Sapphire

📋 copy color: '#06226C'

red 6 ◦ green 34 ◦ blue 108

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

Shades of Sapphire #06226C

Tints of Sapphire #06226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.97%

 BLUE value IS 108 (42.58% from 255) = 72.97%

R = 4.05%
G = 22.97%
B = 72.97%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06226C (or 0x06226C) is known color: Sapphire. HEX triplet: 06, 22 and 6C. RGB value is (6,34,108). Sum of RGB (Red+Green+Blue) = 6+34+108=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #06226C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06226C is #F9DD93. Grayscale: #212121. Windows color (decimal): -16375188 or 7086598. OLE color: 7086598.

HSL color Cylindrical-coordinate representation of color #06226C: hue angle of 223.53º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06226C is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 34 108 -
CMYK 0.94 0.69 0 0.58
HSL 223.53º 0.89% 0.22% -
HSV(B) 223.53º 0.94% 0.42% -
XYZ 3.35 2.27 14.45 -
YUV 34.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 6 34 108 0.94 0.69 0 0.58 223.53 0.89 0.22
Hex 6 22 6C 5E 45 0 3A E0 59 16
Octal 6 42 154 136 105 0 72 340 131 26
Binary 110 100010 1101100 1011110 1000101 0 111010 11100000 1011001 10110

Color Harmonies of #06226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06226C

Black with #06226C

Text Example


Text Example

White with #06226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,34,108); }

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

background-color css

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

 a { background-color: rgb(6,34,108); }

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

border-color css

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

 span { border-color: rgb(6,34,108); }

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