Html Css Color HEX #06A9E1 Iris Blue

📋 copy color: '#06A9E1'

red 6 ◦ green 169 ◦ blue 225

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

Shades of Iris Blue #06A9E1

Tints of Iris Blue #06A9E1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.25%

 BLUE value IS 225 (88.28% from 255) = 56.25%

R = 1.5%
G = 42.25%
B = 56.25%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#06A9E1 (or 0x06A9E1) is known color: Iris Blue. HEX triplet: 06, A9 and E1. RGB value is (6,169,225). Sum of RGB (Red+Green+Blue) = 6+169+225=400 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.5% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #06A9E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A9E1 is #F9561E. Grayscale: #7E7E7E. Windows color (decimal): -16340511 or 14788870. OLE color: 14788870.

HSL color Cylindrical-coordinate representation of color #06A9E1: hue angle of 195.34º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A9E1 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 169 225 -
CMYK 0.97 0.25 0 0.12
HSL 195.34º 0.95% 0.45% -
HSV(B) 195.34º 0.97% 0.88% -
XYZ 27.85 33.85 76.3 -
YUV 126.65 183.5 41.95 -
System Red Green Blue C M Y K H S L
Decimal 6 169 225 0.97 0.25 0 0.12 195.34 0.95 0.45
Hex 6 A9 E1 61 19 0 C C3 5F 2D
Octal 6 251 341 141 31 0 14 303 137 55
Binary 110 10101001 11100001 1100001 11001 0 1100 11000011 1011111 101101

Color Harmonies of #06A9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A9E1

Black with #06A9E1

Text Example


Text Example

White with #06A9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,169,225); }

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

background-color css

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

 a { background-color: rgb(6,169,225); }

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

border-color css

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

 span { border-color: rgb(6,169,225); }

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