Html Css Color HEX #6FB4CF Seagull

📋 copy color: '#6FB4CF'

red 111 ◦ green 180 ◦ blue 207

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

Shades of Seagull #6FB4CF

Tints of Seagull #6FB4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

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

R = 22.29%
G = 36.14%
B = 41.57%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FB4CF (or 0x6FB4CF) is known color: Seagull. HEX triplet: 6F, B4 and CF. RGB value is (111,180,207). Sum of RGB (Red+Green+Blue) = 111+180+207=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FB4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB4CF is #904B30. Grayscale: #A2A2A2. Windows color (decimal): -9456433 or 13612143. OLE color: 13612143.

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

Color convert

RGB 111 180 207 -
CMYK 0.46 0.13 0 0.19
HSL 196.88º 0.5% 0.62% -
HSV(B) 196.88º 0.46% 0.81% -
XYZ 34.14 40.53 65.05 -
YUV 162.45 153.14 91.3 -
System Red Green Blue C M Y K H S L
Decimal 111 180 207 0.46 0.13 0 0.19 196.88 0.5 0.62
Hex 6F B4 CF 2E D 0 13 C5 32 3E
Octal 157 264 317 56 15 0 23 305 62 76
Binary 1101111 10110100 11001111 101110 1101 0 10011 11000101 110010 111110

Color Harmonies of #6FB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB4CF

Black with #6FB4CF

Text Example


Text Example

White with #6FB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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