Html Css Color HEX #6DC6CD Seagull

📋 copy color: '#6DC6CD'

red 109 ◦ green 198 ◦ blue 205

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

Shades of Seagull #6DC6CD

Tints of Seagull #6DC6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

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

R = 21.29%
G = 38.67%
B = 40.04%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DC6CD (or 0x6DC6CD) is known color: Seagull. HEX triplet: 6D, C6 and CD. RGB value is (109,198,205). Sum of RGB (Red+Green+Blue) = 109+198+205=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DC6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6CD is #923932. Grayscale: #ACACAC. Windows color (decimal): -9582899 or 13485677. OLE color: 13485677.

HSL color Cylindrical-coordinate representation of color #6DC6CD: hue angle of 184.38º 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 #6DC6CD is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 198 205 -
CMYK 0.47 0.03 0 0.20
HSL 184.38º 0.49% 0.62% -
HSV(B) 184.38º 0.47% 0.8% -
XYZ 37.52 48.05 65.05 -
YUV 172.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 109 198 205 0.47 0.03 0 0.20 184.38 0.49 0.62
Hex 6D C6 CD 2F 3 0 14 B8 31 3E
Octal 155 306 315 57 3 0 24 270 61 76
Binary 1101101 11000110 11001101 101111 11 0 10100 10111000 110001 111110

Color Harmonies of #6DC6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC6CD

Black with #6DC6CD

Text Example


Text Example

White with #6DC6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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