Html Css Color HEX #6FCCDA Spray

📋 copy color: '#6FCCDA'

red 111 ◦ green 204 ◦ blue 218

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

Shades of Spray #6FCCDA

Tints of Spray #6FCCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.27%

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

R = 20.83%
G = 38.27%
B = 40.9%

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

#6FCCDA (or 0x6FCCDA) is known color: Spray. HEX triplet: 6F, CC and DA. RGB value is (111,204,218). Sum of RGB (Red+Green+Blue) = 111+204+218=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FCCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCDA is #903325. Grayscale: #B1B1B1. Windows color (decimal): -9450278 or 14339183. OLE color: 14339183.

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

Color convert

RGB 111 204 218 -
CMYK 0.49 0.06 0 0.15
HSL 187.85º 0.59% 0.65% -
HSV(B) 187.85º 0.49% 0.85% -
XYZ 40.8 51.63 74.14 -
YUV 177.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 111 204 218 0.49 0.06 0 0.15 187.85 0.59 0.65
Hex 6F CC DA 31 6 0 F BC 3B 41
Octal 157 314 332 61 6 0 17 274 73 101
Binary 1101111 11001100 11011010 110001 110 0 1111 10111100 111011 1000001

Color Harmonies of #6FCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCDA

Black with #6FCCDA

Text Example


Text Example

White with #6FCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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