Html Css Color HEX #6FCFDA Spray

📋 copy color: '#6FCFDA'

red 111 ◦ green 207 ◦ blue 218

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

Shades of Spray #6FCFDA

Tints of Spray #6FCFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.62%

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

R = 20.71%
G = 38.62%
B = 40.67%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6FCFDA (or 0x6FCFDA) is known color: Spray. HEX triplet: 6F, CF and DA. RGB value is (111,207,218). Sum of RGB (Red+Green+Blue) = 111+207+218=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FCFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFDA is #903025. Grayscale: #B3B3B3. Windows color (decimal): -9449510 or 14339951. OLE color: 14339951.

HSL color Cylindrical-coordinate representation of color #6FCFDA: hue angle of 186.17º 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 #6FCFDA is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 207 218 -
CMYK 0.49 0.05 0 0.15
HSL 186.17º 0.59% 0.65% -
HSV(B) 186.17º 0.49% 0.85% -
XYZ 41.52 53.07 74.38 -
YUV 179.55 149.7 79.11 -
System Red Green Blue C M Y K H S L
Decimal 111 207 218 0.49 0.05 0 0.15 186.17 0.59 0.65
Hex 6F CF DA 31 5 0 F BA 3B 41
Octal 157 317 332 61 5 0 17 272 73 101
Binary 1101111 11001111 11011010 110001 101 0 1111 10111010 111011 1000001

Color Harmonies of #6FCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFDA

Black with #6FCFDA

Text Example


Text Example

White with #6FCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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