Html Css Color HEX #6E7CCF Wild Blue Yonder

📋 copy color: '#6E7CCF'

red 110 ◦ green 124 ◦ blue 207

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

Shades of Wild Blue Yonder #6E7CCF

Tints of Wild Blue Yonder #6E7CCF

RGB

 RED value IS 110 (43.36% from 255) = 24.94%

 GREEN value IS 124 (48.83% from 255) = 28.12%

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

R = 24.94%
G = 28.12%
B = 46.94%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E7CCF (or 0x6E7CCF) is known color: Wild Blue Yonder. HEX triplet: 6E, 7C and CF. RGB value is (110,124,207). Sum of RGB (Red+Green+Blue) = 110+124+207=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E7CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7CCF is #918330. Grayscale: #808080. Windows color (decimal): -9536305 or 13597806. OLE color: 13597806.

HSL color Cylindrical-coordinate representation of color #6E7CCF: hue angle of 231.34º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E7CCF is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 124 207 -
CMYK 0.47 0.40 0 0.19
HSL 231.34º 0.5% 0.62% -
HSV(B) 231.34º 0.47% 0.81% -
XYZ 24.9 22.24 62.01 -
YUV 129.28 171.86 114.25 -
System Red Green Blue C M Y K H S L
Decimal 110 124 207 0.47 0.40 0 0.19 231.34 0.5 0.62
Hex 6E 7C CF 2F 28 0 13 E7 32 3E
Octal 156 174 317 57 50 0 23 347 62 76
Binary 1101110 1111100 11001111 101111 101000 0 10011 11100111 110010 111110

Color Harmonies of #6E7CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7CCF

Black with #6E7CCF

Text Example


Text Example

White with #6E7CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,124,207); }

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

background-color css

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

 a { background-color: rgb(110,124,207); }

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

border-color css

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

 span { border-color: rgb(110,124,207); }

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