Html Css Color HEX #9FA6DA Echo Blue

📋 copy color: '#9FA6DA'

red 159 ◦ green 166 ◦ blue 218

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

Shades of Echo Blue #9FA6DA

Tints of Echo Blue #9FA6DA

RGB

 RED value IS 159 (62.5% from 255) = 29.28%

 GREEN value IS 166 (65.23% from 255) = 30.57%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 29.28%
G = 30.57%
B = 40.15%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FA6DA (or 0x9FA6DA) is known color: Echo Blue. HEX triplet: 9F, A6 and DA. RGB value is (159,166,218). Sum of RGB (Red+Green+Blue) = 159+166+218=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FA6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA6DA is #605925. Grayscale: #A9A9A9. Windows color (decimal): -6314278 or 14329503. OLE color: 14329503.

HSL color Cylindrical-coordinate representation of color #9FA6DA: hue angle of 232.88º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FA6DA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 166 218 -
CMYK 0.27 0.24 0 0.15
HSL 232.88º 0.44% 0.74% -
HSV(B) 232.88º 0.27% 0.85% -
XYZ 40.59 39.71 71.85 -
YUV 169.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 159 166 218 0.27 0.24 0 0.15 232.88 0.44 0.74
Hex 9F A6 DA 1B 18 0 F E9 2C 4A
Octal 237 246 332 33 30 0 17 351 54 112
Binary 10011111 10100110 11011010 11011 11000 0 1111 11101001 101100 1001010

Color Harmonies of #9FA6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA6DA

Black with #9FA6DA

Text Example


Text Example

White with #9FA6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA6DA; }

 p { color: rgb(159,166,218); }

 H1.HeaderClassName
 {
   color: #9FA6DA;
 }
 .AnyTagClassName
 {
   color: #9FA6DA;
 }
</style>

background-color css

<style>
 a { background-color: #9FA6DA; }

 a { background-color: rgb(159,166,218); }

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

border-color css

<style>
 span { border-color: #9FA6DA; }

 span { border-color: rgb(159,166,218); }

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