Html Css Color HEX #6B7CED Cornflower Blue

📋 copy color: '#6B7CED'

red 107 ◦ green 124 ◦ blue 237

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

Shades of Cornflower Blue #6B7CED

Tints of Cornflower Blue #6B7CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.5%

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 22.86%
G = 26.5%
B = 50.64%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B7CED (or 0x6B7CED) is known color: Cornflower Blue. HEX triplet: 6B, 7C and ED. RGB value is (107,124,237). Sum of RGB (Red+Green+Blue) = 107+124+237=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B7CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7CED is #948312. Grayscale: #838383. Windows color (decimal): -9732883 or 15563883. OLE color: 15563883.

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

Color convert

RGB 107 124 237 -
CMYK 0.55 0.48 0 0.07
HSL 232.15º 0.78% 0.67% -
HSV(B) 232.15º 0.55% 0.93% -
XYZ 28.56 23.66 83.18 -
YUV 131.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 107 124 237 0.55 0.48 0 0.07 232.15 0.78 0.67
Hex 6B 7C ED 37 30 0 7 E8 4E 43
Octal 153 174 355 67 60 0 7 350 116 103
Binary 1101011 1111100 11101101 110111 110000 0 111 11101000 1001110 1000011

Color Harmonies of #6B7CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7CED

Black with #6B7CED

Text Example


Text Example

White with #6B7CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,124,237); }

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

background-color css

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

 a { background-color: rgb(107,124,237); }

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

border-color css

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

 span { border-color: rgb(107,124,237); }

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