Html Css Color HEX #6CADCF Seagull

📋 copy color: '#6CADCF'

red 108 ◦ green 173 ◦ blue 207

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

Shades of Seagull #6CADCF

Tints of Seagull #6CADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.45%

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

R = 22.13%
G = 35.45%
B = 42.42%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CADCF (or 0x6CADCF) is known color: Seagull. HEX triplet: 6C, AD and CF. RGB value is (108,173,207). Sum of RGB (Red+Green+Blue) = 108+173+207=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADCF is #935230. Grayscale: #9D9D9D. Windows color (decimal): -9654833 or 13610348. OLE color: 13610348.

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

Color convert

RGB 108 173 207 -
CMYK 0.48 0.16 0 0.19
HSL 200.61º 0.51% 0.62% -
HSV(B) 200.61º 0.48% 0.81% -
XYZ 32.39 37.58 64.58 -
YUV 157.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 108 173 207 0.48 0.16 0 0.19 200.61 0.51 0.62
Hex 6C AD CF 30 10 0 13 C9 33 3E
Octal 154 255 317 60 20 0 23 311 63 76
Binary 1101100 10101101 11001111 110000 10000 0 10011 11001001 110011 111110

Color Harmonies of #6CADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CADCF

Black with #6CADCF

Text Example


Text Example

White with #6CADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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