Html Css Color HEX #6FAFCF Seagull

📋 copy color: '#6FAFCF'

red 111 ◦ green 175 ◦ blue 207

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

Shades of Seagull #6FAFCF

Tints of Seagull #6FAFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 22.52%
G = 35.5%
B = 41.99%

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

#6FAFCF (or 0x6FAFCF) is known color: Seagull. HEX triplet: 6F, AF and CF. RGB value is (111,175,207). Sum of RGB (Red+Green+Blue) = 111+175+207=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFCF is #905030. Grayscale: #9F9F9F. Windows color (decimal): -9457713 or 13610863. OLE color: 13610863.

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

Color convert

RGB 111 175 207 -
CMYK 0.46 0.15 0 0.19
HSL 200º 0.5% 0.62% -
HSV(B) 200º 0.46% 0.81% -
XYZ 33.15 38.54 64.72 -
YUV 159.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 111 175 207 0.46 0.15 0 0.19 200 0.5 0.62
Hex 6F AF CF 2E F 0 13 C8 32 3E
Octal 157 257 317 56 17 0 23 310 62 76
Binary 1101111 10101111 11001111 101110 1111 0 10011 11001000 110010 111110

Color Harmonies of #6FAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFCF

Black with #6FAFCF

Text Example


Text Example

White with #6FAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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