Html Css Color HEX #6DBACA Seagull

📋 copy color: '#6DBACA'

red 109 ◦ green 186 ◦ blue 202

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

Shades of Seagull #6DBACA

Tints of Seagull #6DBACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 21.93%
G = 37.42%
B = 40.64%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6DBACA (or 0x6DBACA) is known color: Seagull. HEX triplet: 6D, BA and CA. RGB value is (109,186,202). Sum of RGB (Red+Green+Blue) = 109+186+202=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DBACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBACA is #924535. Grayscale: #A4A4A4. Windows color (decimal): -9585974 or 13285997. OLE color: 13285997.

HSL color Cylindrical-coordinate representation of color #6DBACA: hue angle of 190.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DBACA is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 186 202 -
CMYK 0.46 0.08 0 0.21
HSL 190.32º 0.47% 0.61% -
HSV(B) 190.32º 0.46% 0.79% -
XYZ 34.53 42.63 62.29 -
YUV 164.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 109 186 202 0.46 0.08 0 0.21 190.32 0.47 0.61
Hex 6D BA CA 2E 8 0 15 BE 2F 3D
Octal 155 272 312 56 10 0 25 276 57 75
Binary 1101101 10111010 11001010 101110 1000 0 10101 10111110 101111 111101

Color Harmonies of #6DBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBACA

Black with #6DBACA

Text Example


Text Example

White with #6DBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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