Html Css Color HEX #6DC0CD Seagull

📋 copy color: '#6DC0CD'

red 109 ◦ green 192 ◦ blue 205

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

Shades of Seagull #6DC0CD

Tints of Seagull #6DC0CD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 21.54%
G = 37.94%
B = 40.51%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DC0CD (or 0x6DC0CD) is known color: Seagull. HEX triplet: 6D, C0 and CD. RGB value is (109,192,205). Sum of RGB (Red+Green+Blue) = 109+192+205=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DC0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC0CD is #923F32. Grayscale: #A8A8A8. Windows color (decimal): -9584435 or 13484141. OLE color: 13484141.

HSL color Cylindrical-coordinate representation of color #6DC0CD: hue angle of 188.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DC0CD is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 192 205 -
CMYK 0.47 0.06 0 0.20
HSL 188.13º 0.49% 0.62% -
HSV(B) 188.13º 0.47% 0.8% -
XYZ 36.18 45.36 64.61 -
YUV 168.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 109 192 205 0.47 0.06 0 0.20 188.13 0.49 0.62
Hex 6D C0 CD 2F 6 0 14 BC 31 3E
Octal 155 300 315 57 6 0 24 274 61 76
Binary 1101101 11000000 11001101 101111 110 0 10100 10111100 110001 111110

Color Harmonies of #6DC0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC0CD

Black with #6DC0CD

Text Example


Text Example

White with #6DC0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,192,205); }

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

background-color css

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

 a { background-color: rgb(109,192,205); }

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

border-color css

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

 span { border-color: rgb(109,192,205); }

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