Html Css Color HEX #6FCAD6 Spray

📋 copy color: '#6FCAD6'

red 111 ◦ green 202 ◦ blue 214

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

Shades of Spray #6FCAD6

Tints of Spray #6FCAD6

RGB

 RED value IS 111 (43.75% from 255) = 21.06%

 GREEN value IS 202 (79.3% from 255) = 38.33%

 BLUE value IS 214 (83.98% from 255) = 40.61%

R = 21.06%
G = 38.33%
B = 40.61%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6FCAD6 (or 0x6FCAD6) is known color: Spray. HEX triplet: 6F, CA and D6. RGB value is (111,202,214). Sum of RGB (Red+Green+Blue) = 111+202+214=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FCAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCAD6 is #903529. Grayscale: #B0B0B0. Windows color (decimal): -9450794 or 14076527. OLE color: 14076527.

HSL color Cylindrical-coordinate representation of color #6FCAD6: hue angle of 186.99º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FCAD6 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 202 214 -
CMYK 0.48 0.06 0 0.16
HSL 186.99º 0.56% 0.64% -
HSV(B) 186.99º 0.48% 0.84% -
XYZ 39.81 50.48 71.26 -
YUV 176.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 111 202 214 0.48 0.06 0 0.16 186.99 0.56 0.64
Hex 6F CA D6 30 6 0 10 BB 38 40
Octal 157 312 326 60 6 0 20 273 70 100
Binary 1101111 11001010 11010110 110000 110 0 10000 10111011 111000 1000000

Color Harmonies of #6FCAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAD6

Black with #6FCAD6

Text Example


Text Example

White with #6FCAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FCAD6; }

 p { color: rgb(111,202,214); }

 H1.HeaderClassName
 {
   color: #6FCAD6;
 }
 .AnyTagClassName
 {
   color: #6FCAD6;
 }
</style>

background-color css

<style>
 a { background-color: #6FCAD6; }

 a { background-color: rgb(111,202,214); }

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

border-color css

<style>
 span { border-color: #6FCAD6; }

 span { border-color: rgb(111,202,214); }

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