Html Css Color HEX #6DBAD7 Seagull

📋 copy color: '#6DBAD7'

red 109 ◦ green 186 ◦ blue 215

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

Shades of Seagull #6DBAD7

Tints of Seagull #6DBAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.16%

R = 21.37%
G = 36.47%
B = 42.16%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6DBAD7 (or 0x6DBAD7) is known color: Seagull. HEX triplet: 6D, BA and D7. RGB value is (109,186,215). Sum of RGB (Red+Green+Blue) = 109+186+215=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #6DBAD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAD7 is #924528. Grayscale: #A6A6A6. Windows color (decimal): -9585961 or 14137965. OLE color: 14137965.

HSL color Cylindrical-coordinate representation of color #6DBAD7: hue angle of 196.42º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DBAD7 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 186 215 -
CMYK 0.49 0.13 0 0.16
HSL 196.42º 0.57% 0.64% -
HSV(B) 196.42º 0.49% 0.84% -
XYZ 36.13 43.28 70.74 -
YUV 166.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 109 186 215 0.49 0.13 0 0.16 196.42 0.57 0.64
Hex 6D BA D7 31 D 0 10 C4 39 40
Octal 155 272 327 61 15 0 20 304 71 100
Binary 1101101 10111010 11010111 110001 1101 0 10000 11000100 111001 1000000

Color Harmonies of #6DBAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAD7

Black with #6DBAD7

Text Example


Text Example

White with #6DBAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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