Html Css Color HEX #6B7DCF Wild Blue Yonder

📋 copy color: '#6B7DCF'

red 107 ◦ green 125 ◦ blue 207

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

Shades of Wild Blue Yonder #6B7DCF

Tints of Wild Blue Yonder #6B7DCF

RGB

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

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

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

R = 24.37%
G = 28.47%
B = 47.15%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B7DCF (or 0x6B7DCF) is known color: Wild Blue Yonder. HEX triplet: 6B, 7D and CF. RGB value is (107,125,207). Sum of RGB (Red+Green+Blue) = 107+125+207=439 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.37% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B7DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7DCF is #948230. Grayscale: #808080. Windows color (decimal): -9732657 or 13598059. OLE color: 13598059.

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

Color convert

RGB 107 125 207 -
CMYK 0.48 0.40 0 0.19
HSL 229.2º 0.51% 0.62% -
HSV(B) 229.2º 0.48% 0.81% -
XYZ 24.66 22.3 62.04 -
YUV 128.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 107 125 207 0.48 0.40 0 0.19 229.2 0.51 0.62
Hex 6B 7D CF 30 28 0 13 E5 33 3E
Octal 153 175 317 60 50 0 23 345 63 76
Binary 1101011 1111101 11001111 110000 101000 0 10011 11100101 110011 111110

Color Harmonies of #6B7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7DCF

Black with #6B7DCF

Text Example


Text Example

White with #6B7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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