Html Css Color HEX #6DC2CA Seagull

📋 copy color: '#6DC2CA'

red 109 ◦ green 194 ◦ blue 202

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

Shades of Seagull #6DC2CA

Tints of Seagull #6DC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.42%

 BLUE value IS 202 (79.3% from 255) = 40%

R = 21.58%
G = 38.42%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6DC2CA (or 0x6DC2CA) is known color: Seagull. HEX triplet: 6D, C2 and CA. RGB value is (109,194,202). Sum of RGB (Red+Green+Blue) = 109+194+202=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DC2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC2CA is #923D35. Grayscale: #A9A9A9. Windows color (decimal): -9583926 or 13288045. OLE color: 13288045.

HSL color Cylindrical-coordinate representation of color #6DC2CA: hue angle of 185.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC2CA is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 194 202 -
CMYK 0.46 0.04 0 0.21
HSL 185.16º 0.47% 0.61% -
HSV(B) 185.16º 0.46% 0.79% -
XYZ 36.26 46.1 62.86 -
YUV 169.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 109 194 202 0.46 0.04 0 0.21 185.16 0.47 0.61
Hex 6D C2 CA 2E 4 0 15 B9 2F 3D
Octal 155 302 312 56 4 0 25 271 57 75
Binary 1101101 11000010 11001010 101110 100 0 10101 10111001 101111 111101

Color Harmonies of #6DC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC2CA

Black with #6DC2CA

Text Example


Text Example

White with #6DC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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