Html Css Color HEX #6DB9CD Seagull

📋 copy color: '#6DB9CD'

red 109 ◦ green 185 ◦ blue 205

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

Shades of Seagull #6DB9CD

Tints of Seagull #6DB9CD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

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

R = 21.84%
G = 37.07%
B = 41.08%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DB9CD (or 0x6DB9CD) is known color: Seagull. HEX triplet: 6D, B9 and CD. RGB value is (109,185,205). Sum of RGB (Red+Green+Blue) = 109+185+205=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DB9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB9CD is #924632. Grayscale: #A4A4A4. Windows color (decimal): -9586227 or 13482349. OLE color: 13482349.

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

Color convert

RGB 109 185 205 -
CMYK 0.47 0.10 0 0.20
HSL 192.5º 0.49% 0.62% -
HSV(B) 192.5º 0.47% 0.8% -
XYZ 34.68 42.36 64.11 -
YUV 164.56 150.82 88.37 -
System Red Green Blue C M Y K H S L
Decimal 109 185 205 0.47 0.10 0 0.20 192.5 0.49 0.62
Hex 6D B9 CD 2F A 0 14 C0 31 3E
Octal 155 271 315 57 12 0 24 300 61 76
Binary 1101101 10111001 11001101 101111 1010 0 10100 11000000 110001 111110

Color Harmonies of #6DB9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB9CD

Black with #6DB9CD

Text Example


Text Example

White with #6DB9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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