Html Css Color HEX #06B3C0 Iris Blue

📋 copy color: '#06B3C0'

red 6 ◦ green 179 ◦ blue 192

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

Shades of Iris Blue #06B3C0

Tints of Iris Blue #06B3C0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.48%

 BLUE value IS 192 (75.39% from 255) = 50.93%

R = 1.59%
G = 47.48%
B = 50.93%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#06B3C0 (or 0x06B3C0) is known color: Iris Blue. HEX triplet: 06, B3 and C0. RGB value is (6,179,192). Sum of RGB (Red+Green+Blue) = 6+179+192=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #06B3C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B3C0 is #F94C3F. Grayscale: #808080. Windows color (decimal): -16337984 or 12628742. OLE color: 12628742.

HSL color Cylindrical-coordinate representation of color #06B3C0: hue angle of 184.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B3C0 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 179 192 -
CMYK 0.97 0.07 0 0.25
HSL 184.19º 0.94% 0.39% -
HSV(B) 184.19º 0.97% 0.75% -
XYZ 25.71 36.08 55.48 -
YUV 128.76 163.69 40.44 -
System Red Green Blue C M Y K H S L
Decimal 6 179 192 0.97 0.07 0 0.25 184.19 0.94 0.39
Hex 6 B3 C0 61 7 0 19 B8 5E 27
Octal 6 263 300 141 7 0 31 270 136 47
Binary 110 10110011 11000000 1100001 111 0 11001 10111000 1011110 100111

Color Harmonies of #06B3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B3C0

Black with #06B3C0

Text Example


Text Example

White with #06B3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,179,192); }

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

background-color css

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

 a { background-color: rgb(6,179,192); }

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

border-color css

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

 span { border-color: rgb(6,179,192); }

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