Html Css Color HEX #6E7DCF Wild Blue Yonder

📋 copy color: '#6E7DCF'

red 110 ◦ green 125 ◦ blue 207

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

Shades of Wild Blue Yonder #6E7DCF

Tints of Wild Blue Yonder #6E7DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.28%

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

R = 24.89%
G = 28.28%
B = 46.83%

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

#6E7DCF (or 0x6E7DCF) is known color: Wild Blue Yonder. HEX triplet: 6E, 7D and CF. RGB value is (110,125,207). Sum of RGB (Red+Green+Blue) = 110+125+207=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E7DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DCF is #918230. Grayscale: #818181. Windows color (decimal): -9536049 or 13598062. OLE color: 13598062.

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

Color convert

RGB 110 125 207 -
CMYK 0.47 0.40 0 0.19
HSL 230.72º 0.5% 0.62% -
HSV(B) 230.72º 0.47% 0.81% -
XYZ 25.03 22.49 62.05 -
YUV 129.86 171.53 113.83 -
System Red Green Blue C M Y K H S L
Decimal 110 125 207 0.47 0.40 0 0.19 230.72 0.5 0.62
Hex 6E 7D CF 2F 28 0 13 E7 32 3E
Octal 156 175 317 57 50 0 23 347 62 76
Binary 1101110 1111101 11001111 101111 101000 0 10011 11100111 110010 111110

Color Harmonies of #6E7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7DCF

Black with #6E7DCF

Text Example


Text Example

White with #6E7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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