Html Css Color HEX #6FB9D5 Seagull

📋 copy color: '#6FB9D5'

red 111 ◦ green 185 ◦ blue 213

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

Shades of Seagull #6FB9D5

Tints of Seagull #6FB9D5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.35%

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 21.81%
G = 36.35%
B = 41.85%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6FB9D5 (or 0x6FB9D5) is known color: Seagull. HEX triplet: 6F, B9 and D5. RGB value is (111,185,213). Sum of RGB (Red+Green+Blue) = 111+185+213=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #6FB9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9D5 is #90462A. Grayscale: #A5A5A5. Windows color (decimal): -9455147 or 14006639. OLE color: 14006639.

HSL color Cylindrical-coordinate representation of color #6FB9D5: hue angle of 196.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FB9D5 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 185 213 -
CMYK 0.48 0.13 0 0.16
HSL 196.47º 0.55% 0.64% -
HSV(B) 196.47º 0.48% 0.84% -
XYZ 35.91 42.88 69.33 -
YUV 166.07 154.48 88.72 -
System Red Green Blue C M Y K H S L
Decimal 111 185 213 0.48 0.13 0 0.16 196.47 0.55 0.64
Hex 6F B9 D5 30 D 0 10 C4 37 40
Octal 157 271 325 60 15 0 20 304 67 100
Binary 1101111 10111001 11010101 110000 1101 0 10000 11000100 110111 1000000

Color Harmonies of #6FB9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB9D5

Black with #6FB9D5

Text Example


Text Example

White with #6FB9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,185,213); }

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

background-color css

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

 a { background-color: rgb(111,185,213); }

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

border-color css

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

 span { border-color: rgb(111,185,213); }

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