Html Css Color HEX #6BABCC Seagull

📋 copy color: '#6BABCC'

red 107 ◦ green 171 ◦ blue 204

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

Shades of Seagull #6BABCC

Tints of Seagull #6BABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

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

R = 22.2%
G = 35.48%
B = 42.32%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6BABCC (or 0x6BABCC) is known color: Seagull. HEX triplet: 6B, AB and CC. RGB value is (107,171,204). Sum of RGB (Red+Green+Blue) = 107+171+204=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABCC is #945433. Grayscale: #9B9B9B. Windows color (decimal): -9720884 or 13413227. OLE color: 13413227.

HSL color Cylindrical-coordinate representation of color #6BABCC: hue angle of 200.41º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BABCC is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 171 204 -
CMYK 0.48 0.16 0 0.2
HSL 200.41º 0.49% 0.61% -
HSV(B) 200.41º 0.48% 0.8% -
XYZ 31.53 36.61 62.53 -
YUV 155.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 107 171 204 0.48 0.16 0 0.2 200.41 0.49 0.61
Hex 6B AB CC 30 10 0 14 C8 31 3D
Octal 153 253 314 60 20 0 24 310 61 75
Binary 1101011 10101011 11001100 110000 10000 0 10100 11001000 110001 111101

Color Harmonies of #6BABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABCC

Black with #6BABCC

Text Example


Text Example

White with #6BABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,171,204); }

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

background-color css

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

 a { background-color: rgb(107,171,204); }

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

border-color css

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

 span { border-color: rgb(107,171,204); }

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