Html Css Color HEX #6FB8CD Seagull

📋 copy color: '#6FB8CD'

red 111 ◦ green 184 ◦ blue 205

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

Shades of Seagull #6FB8CD

Tints of Seagull #6FB8CD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.8%

 BLUE value IS 205 (80.47% from 255) = 41%

R = 22.2%
G = 36.8%
B = 41%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FB8CD (or 0x6FB8CD) is known color: Seagull. HEX triplet: 6F, B8 and CD. RGB value is (111,184,205). Sum of RGB (Red+Green+Blue) = 111+184+205=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FB8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB8CD is #904732. Grayscale: #A4A4A4. Windows color (decimal): -9455411 or 13482095. OLE color: 13482095.

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

Color convert

RGB 111 184 205 -
CMYK 0.46 0.10 0 0.20
HSL 193.4º 0.48% 0.62% -
HSV(B) 193.4º 0.46% 0.8% -
XYZ 34.72 42.07 64.05 -
YUV 164.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 111 184 205 0.46 0.10 0 0.20 193.4 0.48 0.62
Hex 6F B8 CD 2E A 0 14 C1 30 3E
Octal 157 270 315 56 12 0 24 301 60 76
Binary 1101111 10111000 11001101 101110 1010 0 10100 11000001 110000 111110

Color Harmonies of #6FB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB8CD

Black with #6FB8CD

Text Example


Text Example

White with #6FB8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,184,205); }

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

background-color css

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

 a { background-color: rgb(111,184,205); }

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

border-color css

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

 span { border-color: rgb(111,184,205); }

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