Html Css Color HEX #6DCADA Spray

📋 copy color: '#6DCADA'

red 109 ◦ green 202 ◦ blue 218

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

Shades of Spray #6DCADA

Tints of Spray #6DCADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.19%

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

R = 20.6%
G = 38.19%
B = 41.21%

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

#6DCADA (or 0x6DCADA) is known color: Spray. HEX triplet: 6D, CA and DA. RGB value is (109,202,218). Sum of RGB (Red+Green+Blue) = 109+202+218=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DCADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCADA is #923525. Grayscale: #AFAFAF. Windows color (decimal): -9581862 or 14338669. OLE color: 14338669.

HSL color Cylindrical-coordinate representation of color #6DCADA: hue angle of 188.81º 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 #6DCADA is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 202 218 -
CMYK 0.5 0.07 0 0.15
HSL 188.81º 0.6% 0.64% -
HSV(B) 188.81º 0.5% 0.85% -
XYZ 40.08 50.55 73.98 -
YUV 176.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 109 202 218 0.5 0.07 0 0.15 188.81 0.6 0.64
Hex 6D CA DA 32 7 0 F BD 3C 40
Octal 155 312 332 62 7 0 17 275 74 100
Binary 1101101 11001010 11011010 110010 111 0 1111 10111101 111100 1000000

Color Harmonies of #6DCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCADA

Black with #6DCADA

Text Example


Text Example

White with #6DCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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