Html Css Color HEX #6FB0CC Seagull

📋 copy color: '#6FB0CC'

red 111 ◦ green 176 ◦ blue 204

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

Shades of Seagull #6FB0CC

Tints of Seagull #6FB0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

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

R = 22.61%
G = 35.85%
B = 41.55%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6FB0CC (or 0x6FB0CC) is known color: Seagull. HEX triplet: 6F, B0 and CC. RGB value is (111,176,204). Sum of RGB (Red+Green+Blue) = 111+176+204=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FB0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB0CC is #904F33. Grayscale: #9F9F9F. Windows color (decimal): -9457460 or 13414511. OLE color: 13414511.

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

Color convert

RGB 111 176 204 -
CMYK 0.46 0.14 0 0.2
HSL 198.06º 0.48% 0.62% -
HSV(B) 198.06º 0.46% 0.8% -
XYZ 32.98 38.79 62.88 -
YUV 159.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 111 176 204 0.46 0.14 0 0.2 198.06 0.48 0.62
Hex 6F B0 CC 2E E 0 14 C6 30 3E
Octal 157 260 314 56 16 0 24 306 60 76
Binary 1101111 10110000 11001100 101110 1110 0 10100 11000110 110000 111110

Color Harmonies of #6FB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB0CC

Black with #6FB0CC

Text Example


Text Example

White with #6FB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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