Html Css Color HEX #6ABDCB Seagull

📋 copy color: '#6ABDCB'

red 106 ◦ green 189 ◦ blue 203

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

Shades of Seagull #6ABDCB

Tints of Seagull #6ABDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.95%

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

R = 21.29%
G = 37.95%
B = 40.76%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6ABDCB (or 0x6ABDCB) is known color: Seagull. HEX triplet: 6A, BD and CB. RGB value is (106,189,203). Sum of RGB (Red+Green+Blue) = 106+189+203=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 189 (74.22% from 255 or 37.95% 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 #6ABDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDCB is #954234. Grayscale: #A5A5A5. Windows color (decimal): -9781813 or 13352298. OLE color: 13352298.

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

Color convert

RGB 106 189 203 -
CMYK 0.48 0.07 0 0.20
HSL 188.66º 0.48% 0.61% -
HSV(B) 188.66º 0.48% 0.8% -
XYZ 34.92 43.77 63.11 -
YUV 165.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 106 189 203 0.48 0.07 0 0.20 188.66 0.48 0.61
Hex 6A BD CB 30 7 0 14 BD 30 3D
Octal 152 275 313 60 7 0 24 275 60 75
Binary 1101010 10111101 11001011 110000 111 0 10100 10111101 110000 111101

Color Harmonies of #6ABDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABDCB

Black with #6ABDCB

Text Example


Text Example

White with #6ABDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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