Html Css Color HEX #6ABBCC Seagull

📋 copy color: '#6ABBCC'

red 106 ◦ green 187 ◦ blue 204

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

Shades of Seagull #6ABBCC

Tints of Seagull #6ABBCC

RGB

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

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

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

R = 21.33%
G = 37.63%
B = 41.05%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6ABBCC (or 0x6ABBCC) is known color: Seagull. HEX triplet: 6A, BB and CC. RGB value is (106,187,204). Sum of RGB (Red+Green+Blue) = 106+187+204=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #6ABBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBCC is #954433. Grayscale: #A4A4A4. Windows color (decimal): -9782324 or 13417322. OLE color: 13417322.

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

Color convert

RGB 106 187 204 -
CMYK 0.48 0.08 0 0.2
HSL 190.41º 0.49% 0.61% -
HSV(B) 190.41º 0.48% 0.8% -
XYZ 34.61 42.96 63.6 -
YUV 164.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 106 187 204 0.48 0.08 0 0.2 190.41 0.49 0.61
Hex 6A BB CC 30 8 0 14 BE 31 3D
Octal 152 273 314 60 10 0 24 276 61 75
Binary 1101010 10111011 11001100 110000 1000 0 10100 10111110 110001 111101

Color Harmonies of #6ABBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABBCC

Black with #6ABBCC

Text Example


Text Example

White with #6ABBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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