Html Css Color HEX #06A7DF Iris Blue

📋 copy color: '#06A7DF'

red 6 ◦ green 167 ◦ blue 223

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

Shades of Iris Blue #06A7DF

Tints of Iris Blue #06A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.17%

 BLUE value IS 223 (87.5% from 255) = 56.31%

R = 1.52%
G = 42.17%
B = 56.31%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06A7DF (or 0x06A7DF) is known color: Iris Blue. HEX triplet: 06, A7 and DF. RGB value is (6,167,223). Sum of RGB (Red+Green+Blue) = 6+167+223=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #06A7DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A7DF is #F95820. Grayscale: #7C7C7C. Windows color (decimal): -16341025 or 14657286. OLE color: 14657286.

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

Color convert

RGB 6 167 223 -
CMYK 0.97 0.25 0 0.13
HSL 195.48º 0.95% 0.45% -
HSV(B) 195.48º 0.97% 0.87% -
XYZ 27.21 33 74.75 -
YUV 125.25 183.16 42.95 -
System Red Green Blue C M Y K H S L
Decimal 6 167 223 0.97 0.25 0 0.13 195.48 0.95 0.45
Hex 6 A7 DF 61 19 0 D C3 5F 2D
Octal 6 247 337 141 31 0 15 303 137 55
Binary 110 10100111 11011111 1100001 11001 0 1101 11000011 1011111 101101

Color Harmonies of #06A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A7DF

Black with #06A7DF

Text Example


Text Example

White with #06A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,167,223); }

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

background-color css

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

 a { background-color: rgb(6,167,223); }

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

border-color css

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

 span { border-color: rgb(6,167,223); }

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