Html Css Color HEX #6FBDCC Seagull

📋 copy color: '#6FBDCC'

red 111 ◦ green 189 ◦ blue 204

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

Shades of Seagull #6FBDCC

Tints of Seagull #6FBDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 22.02%
G = 37.5%
B = 40.48%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6FBDCC (or 0x6FBDCC) is known color: Seagull. HEX triplet: 6F, BD and CC. RGB value is (111,189,204). Sum of RGB (Red+Green+Blue) = 111+189+204=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDCC is #904233. Grayscale: #A7A7A7. Windows color (decimal): -9454132 or 13417839. OLE color: 13417839.

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

Color convert

RGB 111 189 204 -
CMYK 0.46 0.07 0 0.2
HSL 189.68º 0.48% 0.62% -
HSV(B) 189.68º 0.46% 0.8% -
XYZ 35.65 44.13 63.77 -
YUV 167.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 111 189 204 0.46 0.07 0 0.2 189.68 0.48 0.62
Hex 6F BD CC 2E 7 0 14 BE 30 3E
Octal 157 275 314 56 7 0 24 276 60 76
Binary 1101111 10111101 11001100 101110 111 0 10100 10111110 110000 111110

Color Harmonies of #6FBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDCC

Black with #6FBDCC

Text Example


Text Example

White with #6FBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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