Html Css Color HEX #6DBACB Seagull

📋 copy color: '#6DBACB'

red 109 ◦ green 186 ◦ blue 203

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

Shades of Seagull #6DBACB

Tints of Seagull #6DBACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 21.89%
G = 37.35%
B = 40.76%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DBACB (or 0x6DBACB) is known color: Seagull. HEX triplet: 6D, BA and CB. RGB value is (109,186,203). Sum of RGB (Red+Green+Blue) = 109+186+203=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBACB is #924534. Grayscale: #A4A4A4. Windows color (decimal): -9585973 or 13351533. OLE color: 13351533.

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

Color convert

RGB 109 186 203 -
CMYK 0.46 0.08 0 0.20
HSL 190.85º 0.47% 0.61% -
HSV(B) 190.85º 0.46% 0.8% -
XYZ 34.65 42.68 62.91 -
YUV 164.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 109 186 203 0.46 0.08 0 0.20 190.85 0.47 0.61
Hex 6D BA CB 2E 8 0 14 BF 2F 3D
Octal 155 272 313 56 10 0 24 277 57 75
Binary 1101101 10111010 11001011 101110 1000 0 10100 10111111 101111 111101

Color Harmonies of #6DBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBACB

Black with #6DBACB

Text Example


Text Example

White with #6DBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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