#6DCBE1

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

Shades of Spray #6DCBE1

Tints of Spray #6DCBE1

Color information

#6DCBE1 (or 0x6DCBE1) is unknown color: approx Spray. HEX triplet: 6D, CB and E1. RGB value is (109,203,225). Sum of RGB (Red+Green+Blue) = 109+203+225=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #6DCBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBE1 is #92341E. Grayscale: #B1B1B1. Windows color (decimal): -9581599 or 14797677. OLE color: 14797677.

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

Color convert

RGB109203225-
CMYK0.520.1000.12
HSL191.38º65.91%65.49%-
HSV(B)191.38º51.56%88.24%-
XYZ41.2551.478.98-
YUV177.4154.8679.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.30%
GREEN value IS 203 (79.69% from 255) = 37.80%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=20.30%
G=37.80%
B=41.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1092032250.520.1000.12191.3865.9165.49
Hex6DCBE134A0Cbf4241
Octal1553133416412014277102101
Binary110110111001011111000011101001010011001011111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,203,225); }

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

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

 a { background-color: rgb(109,203,225); }

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

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

 span { border-color: rgb(109,203,225); }

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