Html Css Color HEX #6ABBCB Seagull

📋 copy color: '#6ABBCB'

red 106 ◦ green 187 ◦ blue 203

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

Shades of Seagull #6ABBCB

Tints of Seagull #6ABBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.7%

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

R = 21.37%
G = 37.7%
B = 40.93%

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

#6ABBCB (or 0x6ABBCB) is known color: Seagull. HEX triplet: 6A, BB and CB. RGB value is (106,187,203). Sum of RGB (Red+Green+Blue) = 106+187+203=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #6ABBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBCB is #954434. Grayscale: #A4A4A4. Windows color (decimal): -9782325 or 13351786. OLE color: 13351786.

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

Color convert

RGB 106 187 203 -
CMYK 0.48 0.08 0 0.20
HSL 189.9º 0.48% 0.61% -
HSV(B) 189.9º 0.48% 0.8% -
XYZ 34.49 42.92 62.97 -
YUV 164.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 106 187 203 0.48 0.08 0 0.20 189.9 0.48 0.61
Hex 6A BB CB 30 8 0 14 BE 30 3D
Octal 152 273 313 60 10 0 24 276 60 75
Binary 1101010 10111011 11001011 110000 1000 0 10100 10111110 110000 111101

Color Harmonies of #6ABBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABBCB

Black with #6ABBCB

Text Example


Text Example

White with #6ABBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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