Html Css Color HEX #6CB3D0 Seagull

📋 copy color: '#6CB3D0'

red 108 ◦ green 179 ◦ blue 208

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

Shades of Seagull #6CB3D0

Tints of Seagull #6CB3D0

RGB

 RED value IS 108 (42.58% from 255) = 21.82%

 GREEN value IS 179 (70.31% from 255) = 36.16%

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 21.82%
G = 36.16%
B = 42.02%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6CB3D0 (or 0x6CB3D0) is known color: Seagull. HEX triplet: 6C, B3 and D0. RGB value is (108,179,208). Sum of RGB (Red+Green+Blue) = 108+179+208=495 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.82% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #6CB3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB3D0 is #934C2F. Grayscale: #A0A0A0. Windows color (decimal): -9653296 or 13677420. OLE color: 13677420.

HSL color Cylindrical-coordinate representation of color #6CB3D0: hue angle of 197.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CB3D0 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 179 208 -
CMYK 0.48 0.14 0 0.18
HSL 197.4º 0.52% 0.62% -
HSV(B) 197.4º 0.48% 0.82% -
XYZ 33.69 39.98 65.62 -
YUV 161.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 108 179 208 0.48 0.14 0 0.18 197.4 0.52 0.62
Hex 6C B3 D0 30 E 0 12 C5 34 3E
Octal 154 263 320 60 16 0 22 305 64 76
Binary 1101100 10110011 11010000 110000 1110 0 10010 11000101 110100 111110

Color Harmonies of #6CB3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB3D0

Black with #6CB3D0

Text Example


Text Example

White with #6CB3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,179,208); }

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

background-color css

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

 a { background-color: rgb(108,179,208); }

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

border-color css

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

 span { border-color: rgb(108,179,208); }

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