Html Css Color HEX #6FBBCD Seagull

📋 copy color: '#6FBBCD'

red 111 ◦ green 187 ◦ blue 205

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

Shades of Seagull #6FBBCD

Tints of Seagull #6FBBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 22.07%
G = 37.18%
B = 40.76%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FBBCD (or 0x6FBBCD) is known color: Seagull. HEX triplet: 6F, BB and CD. RGB value is (111,187,205). Sum of RGB (Red+Green+Blue) = 111+187+205=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FBBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBCD is #904432. Grayscale: #A6A6A6. Windows color (decimal): -9454643 or 13482863. OLE color: 13482863.

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

Color convert

RGB 111 187 205 -
CMYK 0.46 0.09 0 0.20
HSL 191.49º 0.48% 0.62% -
HSV(B) 191.49º 0.46% 0.8% -
XYZ 35.35 43.33 64.26 -
YUV 166.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 111 187 205 0.46 0.09 0 0.20 191.49 0.48 0.62
Hex 6F BB CD 2E 9 0 14 BF 30 3E
Octal 157 273 315 56 11 0 24 277 60 76
Binary 1101111 10111011 11001101 101110 1001 0 10100 10111111 110000 111110

Color Harmonies of #6FBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBCD

Black with #6FBBCD

Text Example


Text Example

White with #6FBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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