#6FCDE1

Color #6FCDE1 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #6FCDE1

Tints of Spray #6FCDE1

Color information

#6FCDE1 (or 0x6FCDE1) is unknown color: approx Spray. HEX triplet: 6F, CD and E1. RGB value is (111,205,225). Sum of RGB (Red+Green+Blue) = 111+205+225=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FCDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDE1 is #90321E. Grayscale: #B3B3B3. Windows color (decimal): -9450015 or 14798191. OLE color: 14798191.

HSL color Cylindrical-coordinate representation of color #6FCDE1: hue angle of 190.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCDE1 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB111205225-
CMYK0.510.0900.12
HSL190.53º65.52%65.88%-
HSV(B)190.53º50.67%88.24%-
XYZ41.9852.4879.15-
YUV179.17153.8679.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.52%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=20.52%
G=37.89%
B=41.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1112052250.510.0900.12190.5365.5265.88
Hex6FCDE13390Cbf4242
Octal1573153416311014277102102
Binary110111111001101111000011100111001011001011111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6FCDE1;
 }
 .AnyTagClassName
 {
   color: #6FCDE1;
 }
</style>
background-color css

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

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

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

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

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

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