Html Css Color HEX #6FAFCE Seagull

📋 copy color: '#6FAFCE'

red 111 ◦ green 175 ◦ blue 206

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

Shades of Seagull #6FAFCE

Tints of Seagull #6FAFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.57%

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

R = 22.56%
G = 35.57%
B = 41.87%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FAFCE (or 0x6FAFCE) is known color: Seagull. HEX triplet: 6F, AF and CE. RGB value is (111,175,206). Sum of RGB (Red+Green+Blue) = 111+175+206=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFCE is #905031. Grayscale: #9F9F9F. Windows color (decimal): -9457714 or 13545327. OLE color: 13545327.

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

Color convert

RGB 111 175 206 -
CMYK 0.46 0.15 0 0.19
HSL 199.58º 0.49% 0.62% -
HSV(B) 199.58º 0.46% 0.81% -
XYZ 33.03 38.5 64.08 -
YUV 159.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 111 175 206 0.46 0.15 0 0.19 199.58 0.49 0.62
Hex 6F AF CE 2E F 0 13 C8 31 3E
Octal 157 257 316 56 17 0 23 310 61 76
Binary 1101111 10101111 11001110 101110 1111 0 10011 11001000 110001 111110

Color Harmonies of #6FAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFCE

Black with #6FAFCE

Text Example


Text Example

White with #6FAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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