Html Css Color HEX #6BABCF Seagull

📋 copy color: '#6BABCF'

red 107 ◦ green 171 ◦ blue 207

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

Shades of Seagull #6BABCF

Tints of Seagull #6BABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 22.06%
G = 35.26%
B = 42.68%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BABCF (or 0x6BABCF) is known color: Seagull. HEX triplet: 6B, AB and CF. RGB value is (107,171,207). Sum of RGB (Red+Green+Blue) = 107+171+207=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABCF is #945430. Grayscale: #9B9B9B. Windows color (decimal): -9720881 or 13609835. OLE color: 13609835.

HSL color Cylindrical-coordinate representation of color #6BABCF: hue angle of 201.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BABCF is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 171 207 -
CMYK 0.48 0.17 0 0.19
HSL 201.6º 0.51% 0.62% -
HSV(B) 201.6º 0.48% 0.81% -
XYZ 31.89 36.76 64.45 -
YUV 155.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 107 171 207 0.48 0.17 0 0.19 201.6 0.51 0.62
Hex 6B AB CF 30 11 0 13 CA 33 3E
Octal 153 253 317 60 21 0 23 312 63 76
Binary 1101011 10101011 11001111 110000 10001 0 10011 11001010 110011 111110

Color Harmonies of #6BABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABCF

Black with #6BABCF

Text Example


Text Example

White with #6BABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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