Html Css Color HEX #6EAFCA Seagull

📋 copy color: '#6EAFCA'

red 110 ◦ green 175 ◦ blue 202

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

Shades of Seagull #6EAFCA

Tints of Seagull #6EAFCA

RGB

 RED value IS 110 (43.36% from 255) = 22.59%

 GREEN value IS 175 (68.75% from 255) = 35.93%

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 22.59%
G = 35.93%
B = 41.48%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6EAFCA (or 0x6EAFCA) is known color: Seagull. HEX triplet: 6E, AF and CA. RGB value is (110,175,202). Sum of RGB (Red+Green+Blue) = 110+175+202=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFCA is #915035. Grayscale: #9E9E9E. Windows color (decimal): -9523254 or 13283182. OLE color: 13283182.

HSL color Cylindrical-coordinate representation of color #6EAFCA: hue angle of 197.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EAFCA is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 175 202 -
CMYK 0.46 0.13 0 0.21
HSL 197.61º 0.46% 0.61% -
HSV(B) 197.61º 0.46% 0.79% -
XYZ 32.42 38.24 61.55 -
YUV 158.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 110 175 202 0.46 0.13 0 0.21 197.61 0.46 0.61
Hex 6E AF CA 2E D 0 15 C6 2E 3D
Octal 156 257 312 56 15 0 25 306 56 75
Binary 1101110 10101111 11001010 101110 1101 0 10101 11000110 101110 111101

Color Harmonies of #6EAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFCA

Black with #6EAFCA

Text Example


Text Example

White with #6EAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,175,202); }

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

background-color css

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

 a { background-color: rgb(110,175,202); }

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

border-color css

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

 span { border-color: rgb(110,175,202); }

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