Html Css Color HEX #6FBDDA Seagull

📋 copy color: '#6FBDDA'

red 111 ◦ green 189 ◦ blue 218

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

Shades of Seagull #6FBDDA

Tints of Seagull #6FBDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.49%

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

R = 21.43%
G = 36.49%
B = 42.08%

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

#6FBDDA (or 0x6FBDDA) is known color: Seagull. HEX triplet: 6F, BD and DA. RGB value is (111,189,218). Sum of RGB (Red+Green+Blue) = 111+189+218=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FBDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDDA is #904225. Grayscale: #A8A8A8. Windows color (decimal): -9454118 or 14335343. OLE color: 14335343.

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

Color convert

RGB 111 189 218 -
CMYK 0.49 0.13 0 0.15
HSL 196.26º 0.59% 0.65% -
HSV(B) 196.26º 0.49% 0.85% -
XYZ 37.41 44.84 73.01 -
YUV 168.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 111 189 218 0.49 0.13 0 0.15 196.26 0.59 0.65
Hex 6F BD DA 31 D 0 F C4 3B 41
Octal 157 275 332 61 15 0 17 304 73 101
Binary 1101111 10111101 11011010 110001 1101 0 1111 11000100 111011 1000001

Color Harmonies of #6FBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDDA

Black with #6FBDDA

Text Example


Text Example

White with #6FBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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