Html Css Color HEX #6FCCD5 Spray

📋 copy color: '#6FCCD5'

red 111 ◦ green 204 ◦ blue 213

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

Shades of Spray #6FCCD5

Tints of Spray #6FCCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.34%

R = 21.02%
G = 38.64%
B = 40.34%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6FCCD5 (or 0x6FCCD5) is known color: Spray. HEX triplet: 6F, CC and D5. RGB value is (111,204,213). Sum of RGB (Red+Green+Blue) = 111+204+213=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #6FCCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCD5 is #90332A. Grayscale: #B1B1B1. Windows color (decimal): -9450283 or 14011503. OLE color: 14011503.

HSL color Cylindrical-coordinate representation of color #6FCCD5: hue angle of 185.29º degrees, saturation: 0.55, 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 #6FCCD5 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 204 213 -
CMYK 0.48 0.04 0 0.16
HSL 185.29º 0.55% 0.64% -
HSV(B) 185.29º 0.48% 0.84% -
XYZ 40.16 51.37 70.75 -
YUV 177.22 148.19 80.77 -
System Red Green Blue C M Y K H S L
Decimal 111 204 213 0.48 0.04 0 0.16 185.29 0.55 0.64
Hex 6F CC D5 30 4 0 10 B9 37 40
Octal 157 314 325 60 4 0 20 271 67 100
Binary 1101111 11001100 11010101 110000 100 0 10000 10111001 110111 1000000

Color Harmonies of #6FCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCD5

Black with #6FCCD5

Text Example


Text Example

White with #6FCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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