Html Css Color HEX #6ABECB Seagull

📋 copy color: '#6ABECB'

red 106 ◦ green 190 ◦ blue 203

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

Shades of Seagull #6ABECB

Tints of Seagull #6ABECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.08%

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

R = 21.24%
G = 38.08%
B = 40.68%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6ABECB (or 0x6ABECB) is known color: Seagull. HEX triplet: 6A, BE and CB. RGB value is (106,190,203). Sum of RGB (Red+Green+Blue) = 106+190+203=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #6ABECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABECB is #954134. Grayscale: #A6A6A6. Windows color (decimal): -9781557 or 13352554. OLE color: 13352554.

HSL color Cylindrical-coordinate representation of color #6ABECB: hue angle of 188.04º 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 #6ABECB is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 190 203 -
CMYK 0.48 0.06 0 0.20
HSL 188.04º 0.48% 0.61% -
HSV(B) 188.04º 0.48% 0.8% -
XYZ 35.14 44.2 63.18 -
YUV 166.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 106 190 203 0.48 0.06 0 0.20 188.04 0.48 0.61
Hex 6A BE CB 30 6 0 14 BC 30 3D
Octal 152 276 313 60 6 0 24 274 60 75
Binary 1101010 10111110 11001011 110000 110 0 10100 10111100 110000 111101

Color Harmonies of #6ABECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABECB

Black with #6ABECB

Text Example


Text Example

White with #6ABECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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