Html Css Color HEX #6ABACB Seagull

📋 copy color: '#6ABACB'

red 106 ◦ green 186 ◦ blue 203

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

Shades of Seagull #6ABACB

Tints of Seagull #6ABACB

RGB

 RED value IS 106 (41.8% from 255) = 21.41%

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

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

R = 21.41%
G = 37.58%
B = 41.01%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6ABACB (or 0x6ABACB) is known color: Seagull. HEX triplet: 6A, BA and CB. RGB value is (106,186,203). Sum of RGB (Red+Green+Blue) = 106+186+203=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #6ABACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABACB is #954534. Grayscale: #A3A3A3. Windows color (decimal): -9782581 or 13351530. OLE color: 13351530.

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

Color convert

RGB 106 186 203 -
CMYK 0.48 0.08 0 0.20
HSL 190.52º 0.48% 0.61% -
HSV(B) 190.52º 0.48% 0.8% -
XYZ 34.28 42.49 62.9 -
YUV 164.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 106 186 203 0.48 0.08 0 0.20 190.52 0.48 0.61
Hex 6A BA CB 30 8 0 14 BF 30 3D
Octal 152 272 313 60 10 0 24 277 60 75
Binary 1101010 10111010 11001011 110000 1000 0 10100 10111111 110000 111101

Color Harmonies of #6ABACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABACB

Black with #6ABACB

Text Example


Text Example

White with #6ABACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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