Html Css Color HEX #6FBEDA Seagull

📋 copy color: '#6FBEDA'

red 111 ◦ green 190 ◦ blue 218

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

Shades of Seagull #6FBEDA

Tints of Seagull #6FBEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

 BLUE value IS 218 (85.55% from 255) = 42%

R = 21.39%
G = 36.61%
B = 42%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6FBEDA (or 0x6FBEDA) is known color: Seagull. HEX triplet: 6F, BE and DA. RGB value is (111,190,218). Sum of RGB (Red+Green+Blue) = 111+190+218=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEDA is #904125. Grayscale: #A9A9A9. Windows color (decimal): -9453862 or 14335599. OLE color: 14335599.

HSL color Cylindrical-coordinate representation of color #6FBEDA: hue angle of 195.7º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBEDA is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 190 218 -
CMYK 0.49 0.13 0 0.15
HSL 195.7º 0.59% 0.65% -
HSV(B) 195.7º 0.49% 0.85% -
XYZ 37.62 45.27 73.08 -
YUV 169.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 111 190 218 0.49 0.13 0 0.15 195.7 0.59 0.65
Hex 6F BE DA 31 D 0 F C4 3B 41
Octal 157 276 332 61 15 0 17 304 73 101
Binary 1101111 10111110 11011010 110001 1101 0 1111 11000100 111011 1000001

Color Harmonies of #6FBEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEDA

Black with #6FBEDA

Text Example


Text Example

White with #6FBEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,190,218); }

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

background-color css

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

 a { background-color: rgb(111,190,218); }

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

border-color css

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

 span { border-color: rgb(111,190,218); }

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