Html Css Color HEX #6DCBDA Spray

📋 copy color: '#6DCBDA'

red 109 ◦ green 203 ◦ blue 218

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

Shades of Spray #6DCBDA

Tints of Spray #6DCBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 20.57%
G = 38.3%
B = 41.13%

CMYK

 C value IS 0.5

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DCBDA (or 0x6DCBDA) is known color: Spray. HEX triplet: 6D, CB and DA. RGB value is (109,203,218). Sum of RGB (Red+Green+Blue) = 109+203+218=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DCBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBDA is #923425. Grayscale: #B0B0B0. Windows color (decimal): -9581606 or 14338925. OLE color: 14338925.

HSL color Cylindrical-coordinate representation of color #6DCBDA: hue angle of 188.26º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DCBDA is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 203 218 -
CMYK 0.5 0.07 0 0.15
HSL 188.26º 0.6% 0.64% -
HSV(B) 188.26º 0.5% 0.85% -
XYZ 40.32 51.03 74.05 -
YUV 176.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 109 203 218 0.5 0.07 0 0.15 188.26 0.6 0.64
Hex 6D CB DA 32 7 0 F BC 3C 40
Octal 155 313 332 62 7 0 17 274 74 100
Binary 1101101 11001011 11011010 110010 111 0 1111 10111100 111100 1000000

Color Harmonies of #6DCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBDA

Black with #6DCBDA

Text Example


Text Example

White with #6DCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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