Html Css Color HEX #6B7EEE Cornflower Blue

📋 copy color: '#6B7EEE'

red 107 ◦ green 126 ◦ blue 238

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

Shades of Cornflower Blue #6B7EEE

Tints of Cornflower Blue #6B7EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.75%

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 22.72%
G = 26.75%
B = 50.53%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B7EEE (or 0x6B7EEE) is known color: Cornflower Blue. HEX triplet: 6B, 7E and EE. RGB value is (107,126,238). Sum of RGB (Red+Green+Blue) = 107+126+238=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B7EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7EEE is #948111. Grayscale: #848484. Windows color (decimal): -9732370 or 15629931. OLE color: 15629931.

HSL color Cylindrical-coordinate representation of color #6B7EEE: hue angle of 231.3º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B7EEE is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 126 238 -
CMYK 0.55 0.47 0 0.07
HSL 231.3º 0.79% 0.68% -
HSV(B) 231.3º 0.55% 0.93% -
XYZ 28.96 24.22 84.04 -
YUV 133.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 107 126 238 0.55 0.47 0 0.07 231.3 0.79 0.68
Hex 6B 7E EE 37 2F 0 7 E7 4F 44
Octal 153 176 356 67 57 0 7 347 117 104
Binary 1101011 1111110 11101110 110111 101111 0 111 11100111 1001111 1000100

Color Harmonies of #6B7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7EEE

Black with #6B7EEE

Text Example


Text Example

White with #6B7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,126,238); }

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

background-color css

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

 a { background-color: rgb(107,126,238); }

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

border-color css

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

 span { border-color: rgb(107,126,238); }

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