Html Css Color HEX #6DABCD Seagull

📋 copy color: '#6DABCD'

red 109 ◦ green 171 ◦ blue 205

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

Shades of Seagull #6DABCD

Tints of Seagull #6DABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

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

R = 22.47%
G = 35.26%
B = 42.27%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DABCD (or 0x6DABCD) is known color: Seagull. HEX triplet: 6D, AB and CD. RGB value is (109,171,205). Sum of RGB (Red+Green+Blue) = 109+171+205=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABCD is #925432. Grayscale: #9C9C9C. Windows color (decimal): -9589811 or 13478765. OLE color: 13478765.

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

Color convert

RGB 109 171 205 -
CMYK 0.47 0.17 0 0.20
HSL 201.25º 0.49% 0.62% -
HSV(B) 201.25º 0.47% 0.8% -
XYZ 31.89 36.78 63.18 -
YUV 156.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 109 171 205 0.47 0.17 0 0.20 201.25 0.49 0.62
Hex 6D AB CD 2F 11 0 14 C9 31 3E
Octal 155 253 315 57 21 0 24 311 61 76
Binary 1101101 10101011 11001101 101111 10001 0 10100 11001001 110001 111110

Color Harmonies of #6DABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABCD

Black with #6DABCD

Text Example


Text Example

White with #6DABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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