Html Css Color HEX #6FBBCE Seagull

📋 copy color: '#6FBBCE'

red 111 ◦ green 187 ◦ blue 206

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

Shades of Seagull #6FBBCE

Tints of Seagull #6FBBCE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.1%

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 22.02%
G = 37.1%
B = 40.87%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FBBCE (or 0x6FBBCE) is known color: Seagull. HEX triplet: 6F, BB and CE. RGB value is (111,187,206). Sum of RGB (Red+Green+Blue) = 111+187+206=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FBBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBCE is #904431. Grayscale: #A6A6A6. Windows color (decimal): -9454642 or 13548399. OLE color: 13548399.

HSL color Cylindrical-coordinate representation of color #6FBBCE: hue angle of 192º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FBBCE is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 187 206 -
CMYK 0.46 0.09 0 0.19
HSL 192º 0.49% 0.62% -
HSV(B) 192º 0.46% 0.81% -
XYZ 35.47 43.38 64.9 -
YUV 166.44 150.32 88.46 -
System Red Green Blue C M Y K H S L
Decimal 111 187 206 0.46 0.09 0 0.19 192 0.49 0.62
Hex 6F BB CE 2E 9 0 13 C0 31 3E
Octal 157 273 316 56 11 0 23 300 61 76
Binary 1101111 10111011 11001110 101110 1001 0 10011 11000000 110001 111110

Color Harmonies of #6FBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBCE

Black with #6FBBCE

Text Example


Text Example

White with #6FBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,187,206); }

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

background-color css

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

 a { background-color: rgb(111,187,206); }

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

border-color css

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

 span { border-color: rgb(111,187,206); }

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