Html Css Color HEX #6C7EBD Wild Blue Yonder

📋 copy color: '#6C7EBD'

red 108 ◦ green 126 ◦ blue 189

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

Shades of Wild Blue Yonder #6C7EBD

Tints of Wild Blue Yonder #6C7EBD

RGB

 RED value IS 108 (42.58% from 255) = 25.53%

 GREEN value IS 126 (49.61% from 255) = 29.79%

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 25.53%
G = 29.79%
B = 44.68%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C7EBD (or 0x6C7EBD) is known color: Wild Blue Yonder. HEX triplet: 6C, 7E and BD. RGB value is (108,126,189). Sum of RGB (Red+Green+Blue) = 108+126+189=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C7EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7EBD is #938142. Grayscale: #7F7F7F. Windows color (decimal): -9666883 or 12418668. OLE color: 12418668.

HSL color Cylindrical-coordinate representation of color #6C7EBD: hue angle of 226.67º 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 #6C7EBD is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 126 189 -
CMYK 0.43 0.33 0 0.26
HSL 226.67º 0.38% 0.58% -
HSV(B) 226.67º 0.43% 0.74% -
XYZ 22.83 21.78 51.15 -
YUV 127.8 162.54 113.88 -
System Red Green Blue C M Y K H S L
Decimal 108 126 189 0.43 0.33 0 0.26 226.67 0.38 0.58
Hex 6C 7E BD 2B 21 0 1A E3 26 3A
Octal 154 176 275 53 41 0 32 343 46 72
Binary 1101100 1111110 10111101 101011 100001 0 11010 11100011 100110 111010

Color Harmonies of #6C7EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7EBD

Black with #6C7EBD

Text Example


Text Example

White with #6C7EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,126,189); }

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

background-color css

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

 a { background-color: rgb(108,126,189); }

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

border-color css

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

 span { border-color: rgb(108,126,189); }

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