Html Css Color HEX #6FAED0 Seagull

📋 copy color: '#6FAED0'

red 111 ◦ green 174 ◦ blue 208

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

Shades of Seagull #6FAED0

Tints of Seagull #6FAED0

RGB

 RED value IS 111 (43.75% from 255) = 22.52%

 GREEN value IS 174 (68.36% from 255) = 35.29%

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 22.52%
G = 35.29%
B = 42.19%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6FAED0 (or 0x6FAED0) is known color: Seagull. HEX triplet: 6F, AE and D0. RGB value is (111,174,208). Sum of RGB (Red+Green+Blue) = 111+174+208=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #6FAED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAED0 is #90512F. Grayscale: #9E9E9E. Windows color (decimal): -9457968 or 13676143. OLE color: 13676143.

HSL color Cylindrical-coordinate representation of color #6FAED0: hue angle of 201.03º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FAED0 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 174 208 -
CMYK 0.47 0.16 0 0.18
HSL 201.03º 0.51% 0.63% -
HSV(B) 201.03º 0.47% 0.82% -
XYZ 33.08 38.21 65.31 -
YUV 159.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 111 174 208 0.47 0.16 0 0.18 201.03 0.51 0.63
Hex 6F AE D0 2F 10 0 12 C9 33 3F
Octal 157 256 320 57 20 0 22 311 63 77
Binary 1101111 10101110 11010000 101111 10000 0 10010 11001001 110011 111111

Color Harmonies of #6FAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAED0

Black with #6FAED0

Text Example


Text Example

White with #6FAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,174,208); }

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

background-color css

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

 a { background-color: rgb(111,174,208); }

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

border-color css

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

 span { border-color: rgb(111,174,208); }

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