Html Css Color HEX #6DBACF Seagull

📋 copy color: '#6DBACF'

red 109 ◦ green 186 ◦ blue 207

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

Shades of Seagull #6DBACF

Tints of Seagull #6DBACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 21.71%
G = 37.05%
B = 41.24%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DBACF (or 0x6DBACF) is known color: Seagull. HEX triplet: 6D, BA and CF. RGB value is (109,186,207). Sum of RGB (Red+Green+Blue) = 109+186+207=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DBACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBACF is #924530. Grayscale: #A5A5A5. Windows color (decimal): -9585969 or 13613677. OLE color: 13613677.

HSL color Cylindrical-coordinate representation of color #6DBACF: hue angle of 192.86º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DBACF is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 186 207 -
CMYK 0.47 0.10 0 0.19
HSL 192.86º 0.51% 0.62% -
HSV(B) 192.86º 0.47% 0.81% -
XYZ 35.13 42.87 65.46 -
YUV 165.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 109 186 207 0.47 0.10 0 0.19 192.86 0.51 0.62
Hex 6D BA CF 2F A 0 13 C1 33 3E
Octal 155 272 317 57 12 0 23 301 63 76
Binary 1101101 10111010 11001111 101111 1010 0 10011 11000001 110011 111110

Color Harmonies of #6DBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBACF

Black with #6DBACF

Text Example


Text Example

White with #6DBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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