Html Css Color HEX #6DB0CD Seagull

📋 copy color: '#6DB0CD'

red 109 ◦ green 176 ◦ blue 205

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

Shades of Seagull #6DB0CD

Tints of Seagull #6DB0CD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

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

R = 22.24%
G = 35.92%
B = 41.84%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DB0CD (or 0x6DB0CD) is known color: Seagull. HEX triplet: 6D, B0 and CD. RGB value is (109,176,205). Sum of RGB (Red+Green+Blue) = 109+176+205=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DB0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0CD is #924F32. Grayscale: #9F9F9F. Windows color (decimal): -9588531 or 13480045. OLE color: 13480045.

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

Color convert

RGB 109 176 205 -
CMYK 0.47 0.14 0 0.20
HSL 198.13º 0.49% 0.62% -
HSV(B) 198.13º 0.47% 0.8% -
XYZ 32.85 38.71 63.5 -
YUV 159.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 109 176 205 0.47 0.14 0 0.20 198.13 0.49 0.62
Hex 6D B0 CD 2F E 0 14 C6 31 3E
Octal 155 260 315 57 16 0 24 306 61 76
Binary 1101101 10110000 11001101 101111 1110 0 10100 11000110 110001 111110

Color Harmonies of #6DB0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB0CD

Black with #6DB0CD

Text Example


Text Example

White with #6DB0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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