Html Css Color HEX #6DB1CD Seagull

📋 copy color: '#6DB1CD'

red 109 ◦ green 177 ◦ blue 205

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

Shades of Seagull #6DB1CD

Tints of Seagull #6DB1CD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

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

R = 22.2%
G = 36.05%
B = 41.75%

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

#6DB1CD (or 0x6DB1CD) is known color: Seagull. HEX triplet: 6D, B1 and CD. RGB value is (109,177,205). Sum of RGB (Red+Green+Blue) = 109+177+205=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DB1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB1CD is #924E32. Grayscale: #9F9F9F. Windows color (decimal): -9588275 or 13480301. OLE color: 13480301.

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

Color convert

RGB 109 177 205 -
CMYK 0.47 0.14 0 0.20
HSL 197.5º 0.49% 0.62% -
HSV(B) 197.5º 0.47% 0.8% -
XYZ 33.05 39.1 63.56 -
YUV 159.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 109 177 205 0.47 0.14 0 0.20 197.5 0.49 0.62
Hex 6D B1 CD 2F E 0 14 C6 31 3E
Octal 155 261 315 57 16 0 24 306 61 76
Binary 1101101 10110001 11001101 101111 1110 0 10100 11000110 110001 111110

Color Harmonies of #6DB1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB1CD

Black with #6DB1CD

Text Example


Text Example

White with #6DB1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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