Html Css Color HEX #6DB3CD Seagull

📋 copy color: '#6DB3CD'

red 109 ◦ green 179 ◦ blue 205

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

Shades of Seagull #6DB3CD

Tints of Seagull #6DB3CD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.31%

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

R = 22.11%
G = 36.31%
B = 41.58%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DB3CD (or 0x6DB3CD) is known color: Seagull. HEX triplet: 6D, B3 and CD. RGB value is (109,179,205). Sum of RGB (Red+Green+Blue) = 109+179+205=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DB3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB3CD is #924C32. Grayscale: #A0A0A0. Windows color (decimal): -9587763 or 13480813. OLE color: 13480813.

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

Color convert

RGB 109 179 205 -
CMYK 0.47 0.13 0 0.20
HSL 196.25º 0.49% 0.62% -
HSV(B) 196.25º 0.47% 0.8% -
XYZ 33.45 39.9 63.7 -
YUV 161.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 109 179 205 0.47 0.13 0 0.20 196.25 0.49 0.62
Hex 6D B3 CD 2F D 0 14 C4 31 3E
Octal 155 263 315 57 15 0 24 304 61 76
Binary 1101101 10110011 11001101 101111 1101 0 10100 11000100 110001 111110

Color Harmonies of #6DB3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB3CD

Black with #6DB3CD

Text Example


Text Example

White with #6DB3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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