Html Css Color HEX #6FCDDF Spray

📋 copy color: '#6FCDDF'

red 111 ◦ green 205 ◦ blue 223

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

Shades of Spray #6FCDDF

Tints of Spray #6FCDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

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

R = 20.59%
G = 38.03%
B = 41.37%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FCDDF (or 0x6FCDDF) is known color: Spray. HEX triplet: 6F, CD and DF. RGB value is (111,205,223). Sum of RGB (Red+Green+Blue) = 111+205+223=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FCDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDDF is #903220. Grayscale: #B2B2B2. Windows color (decimal): -9450017 or 14667119. OLE color: 14667119.

HSL color Cylindrical-coordinate representation of color #6FCDDF: hue angle of 189.64º 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 #6FCDDF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 205 223 -
CMYK 0.50 0.08 0 0.13
HSL 189.64º 0.64% 0.65% -
HSV(B) 189.64º 0.5% 0.87% -
XYZ 41.71 52.37 77.72 -
YUV 178.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 111 205 223 0.50 0.08 0 0.13 189.64 0.64 0.65
Hex 6F CD DF 32 8 0 D BE 40 41
Octal 157 315 337 62 10 0 15 276 100 101
Binary 1101111 11001101 11011111 110010 1000 0 1101 10111110 1000000 1000001

Color Harmonies of #6FCDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDDF

Black with #6FCDDF

Text Example


Text Example

White with #6FCDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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