Html Css Color HEX #6DCBE0 Spray

📋 copy color: '#6DCBE0'

red 109 ◦ green 203 ◦ blue 224

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

Shades of Spray #6DCBE0

Tints of Spray #6DCBE0

RGB

 RED value IS 109 (42.97% from 255) = 20.34%

 GREEN value IS 203 (79.69% from 255) = 37.87%

 BLUE value IS 224 (87.89% from 255) = 41.79%

R = 20.34%
G = 37.87%
B = 41.79%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6DCBE0 (or 0x6DCBE0) is known color: Spray. HEX triplet: 6D, CB and E0. RGB value is (109,203,224). Sum of RGB (Red+Green+Blue) = 109+203+224=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DCBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBE0 is #92341F. Grayscale: #B1B1B1. Windows color (decimal): -9581600 or 14732141. OLE color: 14732141.

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

Color convert

RGB 109 203 224 -
CMYK 0.51 0.09 0 0.12
HSL 190.96º 0.65% 0.65% -
HSV(B) 190.96º 0.51% 0.88% -
XYZ 41.12 51.34 78.26 -
YUV 177.29 154.36 79.29 -
System Red Green Blue C M Y K H S L
Decimal 109 203 224 0.51 0.09 0 0.12 190.96 0.65 0.65
Hex 6D CB E0 33 9 0 C BF 41 41
Octal 155 313 340 63 11 0 14 277 101 101
Binary 1101101 11001011 11100000 110011 1001 0 1100 10111111 1000001 1000001

Color Harmonies of #6DCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBE0

Black with #6DCBE0

Text Example


Text Example

White with #6DCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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