Html Css Color HEX #6CABCE Seagull

📋 copy color: '#6CABCE'

red 108 ◦ green 171 ◦ blue 206

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

Shades of Seagull #6CABCE

Tints of Seagull #6CABCE

RGB

 RED value IS 108 (42.58% from 255) = 22.27%

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 22.27%
G = 35.26%
B = 42.47%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CABCE (or 0x6CABCE) is known color: Seagull. HEX triplet: 6C, AB and CE. RGB value is (108,171,206). Sum of RGB (Red+Green+Blue) = 108+171+206=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABCE is #935431. Grayscale: #9B9B9B. Windows color (decimal): -9655346 or 13544300. OLE color: 13544300.

HSL color Cylindrical-coordinate representation of color #6CABCE: hue angle of 201.43º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CABCE is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 171 206 -
CMYK 0.48 0.17 0 0.19
HSL 201.43º 0.5% 0.62% -
HSV(B) 201.43º 0.48% 0.81% -
XYZ 31.89 36.77 63.81 -
YUV 156.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 108 171 206 0.48 0.17 0 0.19 201.43 0.5 0.62
Hex 6C AB CE 30 11 0 13 C9 32 3E
Octal 154 253 316 60 21 0 23 311 62 76
Binary 1101100 10101011 11001110 110000 10001 0 10011 11001001 110010 111110

Color Harmonies of #6CABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CABCE

Black with #6CABCE

Text Example


Text Example

White with #6CABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,171,206); }

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

background-color css

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

 a { background-color: rgb(108,171,206); }

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

border-color css

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

 span { border-color: rgb(108,171,206); }

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