Html Css Color HEX #6DBACD Seagull

📋 copy color: '#6DBACD'

red 109 ◦ green 186 ◦ blue 205

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

Shades of Seagull #6DBACD

Tints of Seagull #6DBACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.2%

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

R = 21.8%
G = 37.2%
B = 41%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DBACD (or 0x6DBACD) is known color: Seagull. HEX triplet: 6D, BA and CD. RGB value is (109,186,205). Sum of RGB (Red+Green+Blue) = 109+186+205=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBACD is #924532. Grayscale: #A4A4A4. Windows color (decimal): -9585971 or 13482605. OLE color: 13482605.

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

Color convert

RGB 109 186 205 -
CMYK 0.47 0.09 0 0.20
HSL 191.88º 0.49% 0.62% -
HSV(B) 191.88º 0.47% 0.8% -
XYZ 34.89 42.78 64.18 -
YUV 165.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 109 186 205 0.47 0.09 0 0.20 191.88 0.49 0.62
Hex 6D BA CD 2F 9 0 14 C0 31 3E
Octal 155 272 315 57 11 0 24 300 61 76
Binary 1101101 10111010 11001101 101111 1001 0 10100 11000000 110001 111110

Color Harmonies of #6DBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBACD

Black with #6DBACD

Text Example


Text Example

White with #6DBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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