Html Css Color HEX #6FBDD5 Seagull

📋 copy color: '#6FBDD5'

red 111 ◦ green 189 ◦ blue 213

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

Shades of Seagull #6FBDD5

Tints of Seagull #6FBDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.84%

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 21.64%
G = 36.84%
B = 41.52%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6FBDD5 (or 0x6FBDD5) is known color: Seagull. HEX triplet: 6F, BD and D5. RGB value is (111,189,213). Sum of RGB (Red+Green+Blue) = 111+189+213=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #6FBDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDD5 is #90422A. Grayscale: #A8A8A8. Windows color (decimal): -9454123 or 14007663. OLE color: 14007663.

HSL color Cylindrical-coordinate representation of color #6FBDD5: hue angle of 194.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FBDD5 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 189 213 -
CMYK 0.48 0.11 0 0.16
HSL 194.12º 0.55% 0.64% -
HSV(B) 194.12º 0.48% 0.84% -
XYZ 36.76 44.58 69.62 -
YUV 168.41 153.16 87.05 -
System Red Green Blue C M Y K H S L
Decimal 111 189 213 0.48 0.11 0 0.16 194.12 0.55 0.64
Hex 6F BD D5 30 B 0 10 C2 37 40
Octal 157 275 325 60 13 0 20 302 67 100
Binary 1101111 10111101 11010101 110000 1011 0 10000 11000010 110111 1000000

Color Harmonies of #6FBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDD5

Black with #6FBDD5

Text Example


Text Example

White with #6FBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,189,213); }

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

background-color css

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

 a { background-color: rgb(111,189,213); }

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

border-color css

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

 span { border-color: rgb(111,189,213); }

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