Html Css Color HEX #667DFC Cornflower Blue

📋 copy color: '#667DFC'

red 102 ◦ green 125 ◦ blue 252

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

Shades of Cornflower Blue #667DFC

Tints of Cornflower Blue #667DFC

RGB

 RED value IS 102 (40.23% from 255) = 21.29%

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

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 21.29%
G = 26.1%
B = 52.61%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#667DFC (or 0x667DFC) is known color: Cornflower Blue. HEX triplet: 66, 7D and FC. RGB value is (102,125,252). Sum of RGB (Red+Green+Blue) = 102+125+252=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #667DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667DFC is #998203. Grayscale: #848484. Windows color (decimal): -10060292 or 16547174. OLE color: 16547174.

HSL color Cylindrical-coordinate representation of color #667DFC: hue angle of 230.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #667DFC is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 125 252 -
CMYK 0.60 0.50 0 0.01
HSL 230.8º 0.96% 0.69% -
HSV(B) 230.8º 0.6% 0.99% -
XYZ 30.38 24.52 95.23 -
YUV 132.6 195.38 106.17 -
System Red Green Blue C M Y K H S L
Decimal 102 125 252 0.60 0.50 0 0.01 230.8 0.96 0.69
Hex 66 7D FC 3C 32 0 1 E7 60 45
Octal 146 175 374 74 62 0 1 347 140 105
Binary 1100110 1111101 11111100 111100 110010 0 1 11100111 1100000 1000101

Color Harmonies of #667DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DFC

Black with #667DFC

Text Example


Text Example

White with #667DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667DFC; }

 p { color: rgb(102,125,252); }

 H1.HeaderClassName
 {
   color: #667DFC;
 }
 .AnyTagClassName
 {
   color: #667DFC;
 }
</style>

background-color css

<style>
 a { background-color: #667DFC; }

 a { background-color: rgb(102,125,252); }

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

border-color css

<style>
 span { border-color: #667DFC; }

 span { border-color: rgb(102,125,252); }

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