Html Css Color HEX #6BBACC Seagull

📋 copy color: '#6BBACC'

red 107 ◦ green 186 ◦ blue 204

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

Shades of Seagull #6BBACC

Tints of Seagull #6BBACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

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

R = 21.53%
G = 37.42%
B = 41.05%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6BBACC (or 0x6BBACC) is known color: Seagull. HEX triplet: 6B, BA and CC. RGB value is (107,186,204). Sum of RGB (Red+Green+Blue) = 107+186+204=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBACC is #944533. Grayscale: #A4A4A4. Windows color (decimal): -9717044 or 13417067. OLE color: 13417067.

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

Color convert

RGB 107 186 204 -
CMYK 0.48 0.09 0 0.2
HSL 191.13º 0.49% 0.61% -
HSV(B) 191.13º 0.48% 0.8% -
XYZ 34.52 42.6 63.53 -
YUV 164.43 150.33 87.04 -
System Red Green Blue C M Y K H S L
Decimal 107 186 204 0.48 0.09 0 0.2 191.13 0.49 0.61
Hex 6B BA CC 30 9 0 14 BF 31 3D
Octal 153 272 314 60 11 0 24 277 61 75
Binary 1101011 10111010 11001100 110000 1001 0 10100 10111111 110001 111101

Color Harmonies of #6BBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBACC

Black with #6BBACC

Text Example


Text Example

White with #6BBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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