Html Css Color HEX #6BBACA Seagull

📋 copy color: '#6BBACA'

red 107 ◦ green 186 ◦ blue 202

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

Shades of Seagull #6BBACA

Tints of Seagull #6BBACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 21.62%
G = 37.58%
B = 40.81%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6BBACA (or 0x6BBACA) is known color: Seagull. HEX triplet: 6B, BA and CA. RGB value is (107,186,202). Sum of RGB (Red+Green+Blue) = 107+186+202=495 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.62% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BBACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBACA is #944535. Grayscale: #A4A4A4. Windows color (decimal): -9717046 or 13285995. OLE color: 13285995.

HSL color Cylindrical-coordinate representation of color #6BBACA: hue angle of 190.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BBACA is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 186 202 -
CMYK 0.47 0.08 0 0.21
HSL 190.11º 0.47% 0.61% -
HSV(B) 190.11º 0.47% 0.79% -
XYZ 34.28 42.51 62.28 -
YUV 164.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 107 186 202 0.47 0.08 0 0.21 190.11 0.47 0.61
Hex 6B BA CA 2F 8 0 15 BE 2F 3D
Octal 153 272 312 57 10 0 25 276 57 75
Binary 1101011 10111010 11001010 101111 1000 0 10101 10111110 101111 111101

Color Harmonies of #6BBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBACA

Black with #6BBACA

Text Example


Text Example

White with #6BBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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