Html Css Color HEX #6ABCCC Seagull

📋 copy color: '#6ABCCC'

red 106 ◦ green 188 ◦ blue 204

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

Shades of Seagull #6ABCCC

Tints of Seagull #6ABCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.75%

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

R = 21.29%
G = 37.75%
B = 40.96%

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

#6ABCCC (or 0x6ABCCC) is known color: Seagull. HEX triplet: 6A, BC and CC. RGB value is (106,188,204). Sum of RGB (Red+Green+Blue) = 106+188+204=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #6ABCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCCC is #954333. Grayscale: #A5A5A5. Windows color (decimal): -9782068 or 13417578. OLE color: 13417578.

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

Color convert

RGB 106 188 204 -
CMYK 0.48 0.08 0 0.2
HSL 189.8º 0.49% 0.61% -
HSV(B) 189.8º 0.48% 0.8% -
XYZ 34.83 43.39 63.67 -
YUV 165.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 106 188 204 0.48 0.08 0 0.2 189.8 0.49 0.61
Hex 6A BC CC 30 8 0 14 BE 31 3D
Octal 152 274 314 60 10 0 24 276 61 75
Binary 1101010 10111100 11001100 110000 1000 0 10100 10111110 110001 111101

Color Harmonies of #6ABCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCCC

Black with #6ABCCC

Text Example


Text Example

White with #6ABCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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