Html Css Color HEX #6FCADF Spray

📋 copy color: '#6FCADF'

red 111 ◦ green 202 ◦ blue 223

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

Shades of Spray #6FCADF

Tints of Spray #6FCADF

RGB

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

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

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

R = 20.71%
G = 37.69%
B = 41.6%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FCADF (or 0x6FCADF) is known color: Spray. HEX triplet: 6F, CA and DF. RGB value is (111,202,223). Sum of RGB (Red+Green+Blue) = 111+202+223=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FCADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCADF is #903520. Grayscale: #B1B1B1. Windows color (decimal): -9450785 or 14666351. OLE color: 14666351.

HSL color Cylindrical-coordinate representation of color #6FCADF: hue angle of 191.25º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FCADF is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 202 223 -
CMYK 0.50 0.09 0 0.13
HSL 191.25º 0.64% 0.65% -
HSV(B) 191.25º 0.5% 0.87% -
XYZ 41 50.95 77.49 -
YUV 177.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 111 202 223 0.50 0.09 0 0.13 191.25 0.64 0.65
Hex 6F CA DF 32 9 0 D BF 40 41
Octal 157 312 337 62 11 0 15 277 100 101
Binary 1101111 11001010 11011111 110010 1001 0 1101 10111111 1000000 1000001

Color Harmonies of #6FCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCADF

Black with #6FCADF

Text Example


Text Example

White with #6FCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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