Html Css Color HEX #6DAECF Seagull

📋 copy color: '#6DAECF'

red 109 ◦ green 174 ◦ blue 207

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

Shades of Seagull #6DAECF

Tints of Seagull #6DAECF

RGB

 RED value IS 109 (42.97% from 255) = 22.24%

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

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

R = 22.24%
G = 35.51%
B = 42.24%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DAECF (or 0x6DAECF) is known color: Seagull. HEX triplet: 6D, AE and CF. RGB value is (109,174,207). Sum of RGB (Red+Green+Blue) = 109+174+207=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAECF is #925130. Grayscale: #9E9E9E. Windows color (decimal): -9589041 or 13610605. OLE color: 13610605.

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

Color convert

RGB 109 174 207 -
CMYK 0.47 0.16 0 0.19
HSL 200.2º 0.51% 0.62% -
HSV(B) 200.2º 0.47% 0.81% -
XYZ 32.71 38.03 64.65 -
YUV 158.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 109 174 207 0.47 0.16 0 0.19 200.2 0.51 0.62
Hex 6D AE CF 2F 10 0 13 C8 33 3E
Octal 155 256 317 57 20 0 23 310 63 76
Binary 1101101 10101110 11001111 101111 10000 0 10011 11001000 110011 111110

Color Harmonies of #6DAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAECF

Black with #6DAECF

Text Example


Text Example

White with #6DAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,174,207); }

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

background-color css

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

 a { background-color: rgb(109,174,207); }

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

border-color css

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

 span { border-color: rgb(109,174,207); }

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