Html Css Color HEX #6CACCE Seagull

📋 copy color: '#6CACCE'

red 108 ◦ green 172 ◦ blue 206

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

Shades of Seagull #6CACCE

Tints of Seagull #6CACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

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

R = 22.22%
G = 35.39%
B = 42.39%

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

#6CACCE (or 0x6CACCE) is known color: Seagull. HEX triplet: 6C, AC and CE. RGB value is (108,172,206). Sum of RGB (Red+Green+Blue) = 108+172+206=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACCE is #935331. Grayscale: #9C9C9C. Windows color (decimal): -9655090 or 13544556. OLE color: 13544556.

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

Color convert

RGB 108 172 206 -
CMYK 0.48 0.17 0 0.19
HSL 200.82º 0.5% 0.62% -
HSV(B) 200.82º 0.48% 0.81% -
XYZ 32.08 37.15 63.87 -
YUV 156.74 155.8 93.24 -
System Red Green Blue C M Y K H S L
Decimal 108 172 206 0.48 0.17 0 0.19 200.82 0.5 0.62
Hex 6C AC CE 30 11 0 13 C9 32 3E
Octal 154 254 316 60 21 0 23 311 62 76
Binary 1101100 10101100 11001110 110000 10001 0 10011 11001001 110010 111110

Color Harmonies of #6CACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CACCE

Black with #6CACCE

Text Example


Text Example

White with #6CACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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