Html Css Color HEX #6ABACC Seagull

📋 copy color: '#6ABACC'

red 106 ◦ green 186 ◦ blue 204

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

Shades of Seagull #6ABACC

Tints of Seagull #6ABACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 21.37%
G = 37.5%
B = 41.13%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6ABACC (or 0x6ABACC) is known color: Seagull. HEX triplet: 6A, BA and CC. RGB value is (106,186,204). Sum of RGB (Red+Green+Blue) = 106+186+204=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #6ABACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABACC is #954533. Grayscale: #A3A3A3. Windows color (decimal): -9782580 or 13417066. OLE color: 13417066.

HSL color Cylindrical-coordinate representation of color #6ABACC: hue angle of 191.02º degrees, saturation: 0.49, 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 #6ABACC is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 186 204 -
CMYK 0.48 0.09 0 0.2
HSL 191.02º 0.49% 0.61% -
HSV(B) 191.02º 0.48% 0.8% -
XYZ 34.4 42.54 63.52 -
YUV 164.13 150.5 86.54 -
System Red Green Blue C M Y K H S L
Decimal 106 186 204 0.48 0.09 0 0.2 191.02 0.49 0.61
Hex 6A BA CC 30 9 0 14 BF 31 3D
Octal 152 272 314 60 11 0 24 277 61 75
Binary 1101010 10111010 11001100 110000 1001 0 10100 10111111 110001 111101

Color Harmonies of #6ABACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABACC

Black with #6ABACC

Text Example


Text Example

White with #6ABACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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