Html Css Color HEX #6FBACC Seagull

📋 copy color: '#6FBACC'

red 111 ◦ green 186 ◦ blue 204

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

Shades of Seagull #6FBACC

Tints of Seagull #6FBACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 22.16%
G = 37.13%
B = 40.72%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6FBACC (or 0x6FBACC) is known color: Seagull. HEX triplet: 6F, BA and CC. RGB value is (111,186,204). Sum of RGB (Red+Green+Blue) = 111+186+204=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBACC is #904533. Grayscale: #A5A5A5. Windows color (decimal): -9454900 or 13417071. OLE color: 13417071.

HSL color Cylindrical-coordinate representation of color #6FBACC: hue angle of 191.61º 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 #6FBACC is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 186 204 -
CMYK 0.46 0.09 0 0.2
HSL 191.61º 0.48% 0.62% -
HSV(B) 191.61º 0.46% 0.8% -
XYZ 35.01 42.86 63.55 -
YUV 165.63 149.65 89.04 -
System Red Green Blue C M Y K H S L
Decimal 111 186 204 0.46 0.09 0 0.2 191.61 0.48 0.62
Hex 6F BA CC 2E 9 0 14 C0 30 3E
Octal 157 272 314 56 11 0 24 300 60 76
Binary 1101111 10111010 11001100 101110 1001 0 10100 11000000 110000 111110

Color Harmonies of #6FBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBACC

Black with #6FBACC

Text Example


Text Example

White with #6FBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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