Html Css Color HEX #6BC3D7 Seagull

📋 copy color: '#6BC3D7'

red 107 ◦ green 195 ◦ blue 215

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

Shades of Seagull #6BC3D7

Tints of Seagull #6BC3D7

RGB

 RED value IS 107 (42.19% from 255) = 20.7%

 GREEN value IS 195 (76.56% from 255) = 37.72%

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 20.7%
G = 37.72%
B = 41.59%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6BC3D7 (or 0x6BC3D7) is known color: Seagull. HEX triplet: 6B, C3 and D7. RGB value is (107,195,215). Sum of RGB (Red+Green+Blue) = 107+195+215=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #6BC3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC3D7 is #943C28. Grayscale: #AAAAAA. Windows color (decimal): -9714729 or 14140267. OLE color: 14140267.

HSL color Cylindrical-coordinate representation of color #6BC3D7: hue angle of 191.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BC3D7 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 195 215 -
CMYK 0.50 0.09 0 0.16
HSL 191.11º 0.57% 0.63% -
HSV(B) 191.11º 0.5% 0.84% -
XYZ 37.84 47.06 71.38 -
YUV 170.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 107 195 215 0.50 0.09 0 0.16 191.11 0.57 0.63
Hex 6B C3 D7 32 9 0 10 BF 39 3F
Octal 153 303 327 62 11 0 20 277 71 77
Binary 1101011 11000011 11010111 110010 1001 0 10000 10111111 111001 111111

Color Harmonies of #6BC3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC3D7

Black with #6BC3D7

Text Example


Text Example

White with #6BC3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,195,215); }

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

background-color css

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

 a { background-color: rgb(107,195,215); }

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

border-color css

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

 span { border-color: rgb(107,195,215); }

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