Html Css Color HEX #6B7FBB Wild Blue Yonder

📋 copy color: '#6B7FBB'

red 107 ◦ green 127 ◦ blue 187

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

Shades of Wild Blue Yonder #6B7FBB

Tints of Wild Blue Yonder #6B7FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 25.42%
G = 30.17%
B = 44.42%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B7FBB (or 0x6B7FBB) is known color: Wild Blue Yonder. HEX triplet: 6B, 7F and BB. RGB value is (107,127,187). Sum of RGB (Red+Green+Blue) = 107+127+187=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B7FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7FBB is #948044. Grayscale: #7F7F7F. Windows color (decimal): -9732165 or 12287851. OLE color: 12287851.

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

Color convert

RGB 107 127 187 -
CMYK 0.43 0.32 0 0.27
HSL 225º 0.37% 0.58% -
HSV(B) 225º 0.43% 0.73% -
XYZ 22.62 21.89 50.05 -
YUV 127.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 107 127 187 0.43 0.32 0 0.27 225 0.37 0.58
Hex 6B 7F BB 2B 20 0 1B E1 25 3A
Octal 153 177 273 53 40 0 33 341 45 72
Binary 1101011 1111111 10111011 101011 100000 0 11011 11100001 100101 111010

Color Harmonies of #6B7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7FBB

Black with #6B7FBB

Text Example


Text Example

White with #6B7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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