Html Css Color HEX #6B7FBC Wild Blue Yonder

📋 copy color: '#6B7FBC'

red 107 ◦ green 127 ◦ blue 188

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

Shades of Wild Blue Yonder #6B7FBC

Tints of Wild Blue Yonder #6B7FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 30.09%

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 25.36%
G = 30.09%
B = 44.55%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6B7FBC (or 0x6B7FBC) is known color: Wild Blue Yonder. HEX triplet: 6B, 7F and BC. RGB value is (107,127,188). Sum of RGB (Red+Green+Blue) = 107+127+188=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B7FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7FBC is #948043. Grayscale: #7F7F7F. Windows color (decimal): -9732164 or 12353387. OLE color: 12353387.

HSL color Cylindrical-coordinate representation of color #6B7FBC: hue angle of 225.19º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B7FBC is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 127 188 -
CMYK 0.43 0.32 0 0.26
HSL 225.19º 0.38% 0.58% -
HSV(B) 225.19º 0.43% 0.74% -
XYZ 22.73 21.94 50.61 -
YUV 127.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 107 127 188 0.43 0.32 0 0.26 225.19 0.38 0.58
Hex 6B 7F BC 2B 20 0 1A E1 26 3A
Octal 153 177 274 53 40 0 32 341 46 72
Binary 1101011 1111111 10111100 101011 100000 0 11010 11100001 100110 111010

Color Harmonies of #6B7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7FBC

Black with #6B7FBC

Text Example


Text Example

White with #6B7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,127,188); }

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

background-color css

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

 a { background-color: rgb(107,127,188); }

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

border-color css

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

 span { border-color: rgb(107,127,188); }

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