Html Css Color HEX #6E7FCF Wild Blue Yonder

📋 copy color: '#6E7FCF'

red 110 ◦ green 127 ◦ blue 207

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

Shades of Wild Blue Yonder #6E7FCF

Tints of Wild Blue Yonder #6E7FCF

RGB

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

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

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

R = 24.77%
G = 28.6%
B = 46.62%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E7FCF (or 0x6E7FCF) is known color: Wild Blue Yonder. HEX triplet: 6E, 7F and CF. RGB value is (110,127,207). Sum of RGB (Red+Green+Blue) = 110+127+207=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E7FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7FCF is #918030. Grayscale: #828282. Windows color (decimal): -9535537 or 13598574. OLE color: 13598574.

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

Color convert

RGB 110 127 207 -
CMYK 0.47 0.39 0 0.19
HSL 229.48º 0.5% 0.62% -
HSV(B) 229.48º 0.47% 0.81% -
XYZ 25.28 23 62.14 -
YUV 131.04 170.87 113 -
System Red Green Blue C M Y K H S L
Decimal 110 127 207 0.47 0.39 0 0.19 229.48 0.5 0.62
Hex 6E 7F CF 2F 27 0 13 E5 32 3E
Octal 156 177 317 57 47 0 23 345 62 76
Binary 1101110 1111111 11001111 101111 100111 0 10011 11100101 110010 111110

Color Harmonies of #6E7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7FCF

Black with #6E7FCF

Text Example


Text Example

White with #6E7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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