Html Css Color HEX #6DAFCB Seagull

📋 copy color: '#6DAFCB'

red 109 ◦ green 175 ◦ blue 203

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

Shades of Seagull #6DAFCB

Tints of Seagull #6DAFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 22.38%
G = 35.93%
B = 41.68%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DAFCB (or 0x6DAFCB) is known color: Seagull. HEX triplet: 6D, AF and CB. RGB value is (109,175,203). Sum of RGB (Red+Green+Blue) = 109+175+203=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFCB is #925034. Grayscale: #9E9E9E. Windows color (decimal): -9588789 or 13348717. OLE color: 13348717.

HSL color Cylindrical-coordinate representation of color #6DAFCB: hue angle of 197.87º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DAFCB is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 175 203 -
CMYK 0.46 0.14 0 0.20
HSL 197.87º 0.47% 0.61% -
HSV(B) 197.87º 0.46% 0.8% -
XYZ 32.42 38.22 62.17 -
YUV 158.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 109 175 203 0.46 0.14 0 0.20 197.87 0.47 0.61
Hex 6D AF CB 2E E 0 14 C6 2F 3D
Octal 155 257 313 56 16 0 24 306 57 75
Binary 1101101 10101111 11001011 101110 1110 0 10100 11000110 101111 111101

Color Harmonies of #6DAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFCB

Black with #6DAFCB

Text Example


Text Example

White with #6DAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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