Html Css Color HEX #6CACCF Seagull

📋 copy color: '#6CACCF'

red 108 ◦ green 172 ◦ blue 207

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

Shades of Seagull #6CACCF

Tints of Seagull #6CACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 22.18%
G = 35.32%
B = 42.51%

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

#6CACCF (or 0x6CACCF) is known color: Seagull. HEX triplet: 6C, AC and CF. RGB value is (108,172,207). Sum of RGB (Red+Green+Blue) = 108+172+207=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACCF is #935330. Grayscale: #9C9C9C. Windows color (decimal): -9655089 or 13610092. OLE color: 13610092.

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

Color convert

RGB 108 172 207 -
CMYK 0.48 0.17 0 0.19
HSL 201.21º 0.51% 0.62% -
HSV(B) 201.21º 0.48% 0.81% -
XYZ 32.2 37.2 64.51 -
YUV 156.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 108 172 207 0.48 0.17 0 0.19 201.21 0.51 0.62
Hex 6C AC CF 30 11 0 13 C9 33 3E
Octal 154 254 317 60 21 0 23 311 63 76
Binary 1101100 10101100 11001111 110000 10001 0 10011 11001001 110011 111110

Color Harmonies of #6CACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CACCF

Black with #6CACCF

Text Example


Text Example

White with #6CACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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