Html Css Color HEX #6B7FCF Wild Blue Yonder

📋 copy color: '#6B7FCF'

red 107 ◦ green 127 ◦ blue 207

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

Shades of Wild Blue Yonder #6B7FCF

Tints of Wild Blue Yonder #6B7FCF

RGB

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

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

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

R = 24.26%
G = 28.8%
B = 46.94%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B7FCF (or 0x6B7FCF) is known color: Wild Blue Yonder. HEX triplet: 6B, 7F and CF. RGB value is (107,127,207). Sum of RGB (Red+Green+Blue) = 107+127+207=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 127 (50% from 255 or 28.80% 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 #6B7FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7FCF is #948030. Grayscale: #818181. Windows color (decimal): -9732145 or 13598571. OLE color: 13598571.

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

Color convert

RGB 107 127 207 -
CMYK 0.48 0.39 0 0.19
HSL 228º 0.51% 0.62% -
HSV(B) 228º 0.48% 0.81% -
XYZ 24.92 22.81 62.12 -
YUV 130.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 107 127 207 0.48 0.39 0 0.19 228 0.51 0.62
Hex 6B 7F CF 30 27 0 13 E4 33 3E
Octal 153 177 317 60 47 0 23 344 63 76
Binary 1101011 1111111 11001111 110000 100111 0 10011 11100100 110011 111110

Color Harmonies of #6B7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7FCF

Black with #6B7FCF

Text Example


Text Example

White with #6B7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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