Html Css Color HEX #6FBAD5 Seagull

📋 copy color: '#6FBAD5'

red 111 ◦ green 186 ◦ blue 213

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

Shades of Seagull #6FBAD5

Tints of Seagull #6FBAD5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

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

R = 21.76%
G = 36.47%
B = 41.76%

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

#6FBAD5 (or 0x6FBAD5) is known color: Seagull. HEX triplet: 6F, BA and D5. RGB value is (111,186,213). Sum of RGB (Red+Green+Blue) = 111+186+213=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #6FBAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBAD5 is #90452A. Grayscale: #A6A6A6. Windows color (decimal): -9454891 or 14006895. OLE color: 14006895.

HSL color Cylindrical-coordinate representation of color #6FBAD5: hue angle of 195.88º 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 #6FBAD5 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 186 213 -
CMYK 0.48 0.13 0 0.16
HSL 195.88º 0.55% 0.64% -
HSV(B) 195.88º 0.48% 0.84% -
XYZ 36.12 43.3 69.4 -
YUV 166.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 111 186 213 0.48 0.13 0 0.16 195.88 0.55 0.64
Hex 6F BA D5 30 D 0 10 C4 37 40
Octal 157 272 325 60 15 0 20 304 67 100
Binary 1101111 10111010 11010101 110000 1101 0 10000 11000100 110111 1000000

Color Harmonies of #6FBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAD5

Black with #6FBAD5

Text Example


Text Example

White with #6FBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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