Html Css Color HEX #6FB4CE Seagull

📋 copy color: '#6FB4CE'

red 111 ◦ green 180 ◦ blue 206

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

Shades of Seagull #6FB4CE

Tints of Seagull #6FB4CE

RGB

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

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

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

R = 22.33%
G = 36.22%
B = 41.45%

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

#6FB4CE (or 0x6FB4CE) is known color: Seagull. HEX triplet: 6F, B4 and CE. RGB value is (111,180,206). Sum of RGB (Red+Green+Blue) = 111+180+206=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FB4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB4CE is #904B31. Grayscale: #A2A2A2. Windows color (decimal): -9456434 or 13546607. OLE color: 13546607.

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

Color convert

RGB 111 180 206 -
CMYK 0.46 0.13 0 0.19
HSL 196.42º 0.49% 0.62% -
HSV(B) 196.42º 0.46% 0.81% -
XYZ 34.02 40.48 64.41 -
YUV 162.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 111 180 206 0.46 0.13 0 0.19 196.42 0.49 0.62
Hex 6F B4 CE 2E D 0 13 C4 31 3E
Octal 157 264 316 56 15 0 23 304 61 76
Binary 1101111 10110100 11001110 101110 1101 0 10011 11000100 110001 111110

Color Harmonies of #6FB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB4CE

Black with #6FB4CE

Text Example


Text Example

White with #6FB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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