Html Css Color HEX #6FCEDA Spray

📋 copy color: '#6FCEDA'

red 111 ◦ green 206 ◦ blue 218

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

Shades of Spray #6FCEDA

Tints of Spray #6FCEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.5%

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

R = 20.75%
G = 38.5%
B = 40.75%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6FCEDA (or 0x6FCEDA) is known color: Spray. HEX triplet: 6F, CE and DA. RGB value is (111,206,218). Sum of RGB (Red+Green+Blue) = 111+206+218=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FCEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEDA is #903125. Grayscale: #B2B2B2. Windows color (decimal): -9449766 or 14339695. OLE color: 14339695.

HSL color Cylindrical-coordinate representation of color #6FCEDA: hue angle of 186.73º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FCEDA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 206 218 -
CMYK 0.49 0.06 0 0.15
HSL 186.73º 0.59% 0.65% -
HSV(B) 186.73º 0.49% 0.85% -
XYZ 41.28 52.58 74.3 -
YUV 178.96 150.03 79.52 -
System Red Green Blue C M Y K H S L
Decimal 111 206 218 0.49 0.06 0 0.15 186.73 0.59 0.65
Hex 6F CE DA 31 6 0 F BB 3B 41
Octal 157 316 332 61 6 0 17 273 73 101
Binary 1101111 11001110 11011010 110001 110 0 1111 10111011 111011 1000001

Color Harmonies of #6FCEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEDA

Black with #6FCEDA

Text Example


Text Example

White with #6FCEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,206,218); }

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

background-color css

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

 a { background-color: rgb(111,206,218); }

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

border-color css

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

 span { border-color: rgb(111,206,218); }

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