Html Css Color HEX #6DC6CB Seagull

📋 copy color: '#6DC6CB'

red 109 ◦ green 198 ◦ blue 203

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

Shades of Seagull #6DC6CB

Tints of Seagull #6DC6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 21.37%
G = 38.82%
B = 39.8%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DC6CB (or 0x6DC6CB) is known color: Seagull. HEX triplet: 6D, C6 and CB. RGB value is (109,198,203). Sum of RGB (Red+Green+Blue) = 109+198+203=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DC6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6CB is #923934. Grayscale: #ABABAB. Windows color (decimal): -9582901 or 13354605. OLE color: 13354605.

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

Color convert

RGB 109 198 203 -
CMYK 0.46 0.02 0 0.20
HSL 183.19º 0.47% 0.61% -
HSV(B) 183.19º 0.46% 0.8% -
XYZ 37.28 47.95 63.79 -
YUV 171.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 109 198 203 0.46 0.02 0 0.20 183.19 0.47 0.61
Hex 6D C6 CB 2E 2 0 14 B7 2F 3D
Octal 155 306 313 56 2 0 24 267 57 75
Binary 1101101 11000110 11001011 101110 10 0 10100 10110111 101111 111101

Color Harmonies of #6DC6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC6CB

Black with #6DC6CB

Text Example


Text Example

White with #6DC6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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