#06B5C7

Color #06B5C7 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #06B5C7

Tints of Iris Blue #06B5C7

Color information

#06B5C7 (or 0x06B5C7) is unknown color: approx Iris Blue. HEX triplet: 06, B5 and C7. RGB value is (6,181,199). Sum of RGB (Red+Green+Blue) = 6+181+199=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #06B5C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B5C7 is #F94A38. Grayscale: #828282. Windows color (decimal): -16337465 or 13088006. OLE color: 13088006.

HSL color Cylindrical-coordinate representation of color #06B5C7: hue angle of 185.6º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B5C7 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6181199-
CMYK0.970.0900.22
HSL185.6º94.15%40.2%-
HSV(B)185.6º96.98%78.04%-
XYZ26.9137.2159.8-
YUV130.73166.5239.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.55%
GREEN value IS 181 (71.09% from 255) = 46.89%
BLUE value IS 199 (78.12% from 255) = 51.55%
R=1.55%
G=46.89%
B=51.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61811990.970.0900.22185.694.1540.2
Hex6B5C7619016ba5e28
Octal62653071411102627213650
Binary110101101011100011111000011001010110101110101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B5C7; }

 p { color: rgb(6,181,199); }

 H1.HeaderClassName
 {
   color: #06B5C7;
 }
 .AnyTagClassName
 {
   color: #06B5C7;
 }
</style>
background-color css

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

 a { background-color: rgb(6,181,199); }

 div.DivClassName
 {
   background-color: #06B5C7;
 }
 .BgClassName
 {
   background-color: #06B5C7;
 }
</style>
border-color css

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

 span { border-color: rgb(6,181,199); }

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