Html Css Color HEX #6BAFCF Seagull

📋 copy color: '#6BAFCF'

red 107 ◦ green 175 ◦ blue 207

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

Shades of Seagull #6BAFCF

Tints of Seagull #6BAFCF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.79%

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

R = 21.88%
G = 35.79%
B = 42.33%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BAFCF (or 0x6BAFCF) is known color: Seagull. HEX triplet: 6B, AF and CF. RGB value is (107,175,207). Sum of RGB (Red+Green+Blue) = 107+175+207=489 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.88% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFCF is #945030. Grayscale: #9E9E9E. Windows color (decimal): -9719857 or 13610859. OLE color: 13610859.

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

Color convert

RGB 107 175 207 -
CMYK 0.48 0.15 0 0.19
HSL 199.2º 0.51% 0.62% -
HSV(B) 199.2º 0.48% 0.81% -
XYZ 32.66 38.29 64.7 -
YUV 158.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 107 175 207 0.48 0.15 0 0.19 199.2 0.51 0.62
Hex 6B AF CF 30 F 0 13 C7 33 3E
Octal 153 257 317 60 17 0 23 307 63 76
Binary 1101011 10101111 11001111 110000 1111 0 10011 11000111 110011 111110

Color Harmonies of #6BAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFCF

Black with #6BAFCF

Text Example


Text Example

White with #6BAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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