Html Css Color HEX #6DAFCF Seagull

📋 copy color: '#6DAFCF'

red 109 ◦ green 175 ◦ blue 207

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

Shades of Seagull #6DAFCF

Tints of Seagull #6DAFCF

RGB

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

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

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

R = 22.2%
G = 35.64%
B = 42.16%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DAFCF (or 0x6DAFCF) is known color: Seagull. HEX triplet: 6D, AF and CF. RGB value is (109,175,207). Sum of RGB (Red+Green+Blue) = 109+175+207=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFCF is #925030. Grayscale: #9E9E9E. Windows color (decimal): -9588785 or 13610861. OLE color: 13610861.

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

Color convert

RGB 109 175 207 -
CMYK 0.47 0.15 0 0.19
HSL 199.59º 0.51% 0.62% -
HSV(B) 199.59º 0.47% 0.81% -
XYZ 32.9 38.42 64.71 -
YUV 158.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 109 175 207 0.47 0.15 0 0.19 199.59 0.51 0.62
Hex 6D AF CF 2F F 0 13 C8 33 3E
Octal 155 257 317 57 17 0 23 310 63 76
Binary 1101101 10101111 11001111 101111 1111 0 10011 11001000 110011 111110

Color Harmonies of #6DAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFCF

Black with #6DAFCF

Text Example


Text Example

White with #6DAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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